Python 掃檔案名稱後寫入檔案

Python 列出目錄中所有檔案教學:os.listdir 與 os.walk
https://blog.gtwang.org/programming/python-list-all-files-in-directory/

Python 寫入檔案的 4 個方法
https://www.phpini.com/perl/python-4-way-write-to-file




最後我採用 listdir + fp.open + fp.write + fp.close 方式處理

這個網誌中的熱門文章

GAN 入門筆記

CNN 進階:RCNN、YOLO、SSD