... os.getcwd() # 當前路徑 bytes = os.getcwdb() # 當前路徑 os.chdir(r"C:\Windows") # 切換路徑 strs = os.curdir # 當前目錄. strs = os.pardir ...
確定! 回上一頁