使用python打开文件file = open(path)读取数据:data = file.readlines()此时输出data, 会发现python将文件中每一行的'\n' 也一并读入到data中使用如下 ...
確定! 回上一頁