... os.path.dirname(os.path.realpath(__file__)) #判斷log資料夾是否存在,若不存在則建立log資料夾pathlib.Path(base_dir+"\\log\\").mkdir(parents=True, ...
確定! 回上一頁