pathlib 將各種檔案與資料夾相關的操作全部封装在Path、WindowPath ... 檔案副檔名print(f_path.suffix) ## 取得檔案名print(f_path.stem) ## 如果有多 ...
確定! 回上一頁