Python读取文件 2019-10-31 本文已影响0人 ljwheyxy f = open('C:/Users/Administrator/Desktop/PythonTool/单波束数据/灯浮.TGT','rb') #里面为文件路径 print(f.read())