絕對路徑import xxxModule from xxxModule import xxxMethod # 相對路徑from . import xxxModule # 同一層目錄from .. import xxxModule # 上一層 ...
確定! 回上一頁