| ???? Python ??? | ??14?? Python????? | |
|---|---|---|
| ???? | os??? | ???? |
??????????????????????????????????????????????????????????????????????????????????????§Õ??????¦Ê¦È????????????¦Ê????????????Linux??Windows?????§³??????????????os.sep??????????????????¡¤????????
?????§Ô????§»??os????§Ò????????????????§Ö??????????????
os.name????????????????????????????Windows??????'nt'????????Linux/Unix?????????'posix'??
os.getcwd()???????????????????????Python???????????¡¤????
os.getenv()??os.putenv()?????????????????????????????
os.listdir()??????????¦Ì????????????????
os.remove()???????????????????
os.system()????????????shell???þŸ
os.linesep??????????????????????????????íàWindows???'\r\n'??Linux???'\n'??Mac???'\r'??
os.path.split()???????????¡¤?????????????????
>>> os.path.split('/home/swaroop/byte/code/poem.txt')
('/home/swaroop/byte/code', 'poem.txt')
os.path.isfile()??os.path.isdir()???????????????¡¤????????????????????????os.path.existe()?????????????????¡¤????????????
?????????Python???????????????§Û???§»????????????????????????????help(sys)????
| ???? | ????? | ???? |
|---|---|---|
| sys??? | ??? | ???? |