import os >>> print os.path.abspath(os.curdir) C:\Python27 >>> os.chdir(". ... from pathlib import Path >>> p = Path('/etc/usr/lib') >>> p ...
確定! 回上一頁