可以使用Python 中的pandas 库读取txt 文件,并将其转换为excel 文件。以下是代码示例: import pandas as pd # 读取txt 文件 df = pd.read_csv('file.txt', ...
確定! 回上一頁