ch14_2.py import os print(os.path.abspath('.')) # 列出目前工作目錄的絕對路徑print(os.path.abspath('..')) # 列出上一層工作目錄的絕對 ...
確定! 回上一頁