摘要:
2024-01-22Luck is a matter of preparation meeting opportunity. 幸运,其实就是你的准备遇到了机会。 2024-01-19Try to make the world a better place. Look inside yourself 阅读全文
摘要:
读取文件 with open(file_path, encoding='UTF-8') as file: lines = csv.reader(file, delimiter="#", quotechar='"') for row in lines: print(row) 读取list 注意:如果是 阅读全文