📜  python 读取没有换行符的文件 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:05.129000             🧑  作者: Mango

代码示例1
# converts read file into a list without newlines
temp = file.read().splitlines()