标签: python file-io
filename = fileobject.read()
我想传输/分配文件中对象的整个数据。
答案 0 :(得分:4)
你几乎已经正确地做到了;代码应该是
filecontent = fileobject.read()