原创 python的txt文件存取

#讀文件 with open("xiaoqu_url.txt", "r+", encoding="utf-8") as f: content=f.read() url_list=co