而在Python 3.4,標準庫添加了新的模組- pathlib,它使用面向物件的程式設計方式來表示檔案 ... Out: '/data/home/dongweiming'In : p = Path('/')In : os.chdir(p)
確定! 回上一頁