from os import path exec_path = path.basename(__file__) print(exec_path,type(exec_path)) from pathlib import Path,PurePath cur_path ...
確定! 回上一頁