import os >>> print os.path.abspath(os.curdir) C:\Python27 >>> os.chdir(". ... 在python3.4中引入了* pathlib *,它旨在解决同样的问题(请参阅我的答案以获取更 ...
確定! 回上一頁