當前位置:成語大全網 - 書法字典 - 使用Python讀取指定txt文件中的部分內容。

使用Python讀取指定txt文件中的部分內容。

程序代碼如下:

進口?操作系統(Operating System)

mxd path = r“F:\ RES \高程點。txt“

fpa =開路(mxdPath)

FP-1 = open(“1 . txt“,“w“)

FP-2 = open(“2 . txt“,“w“)

為了什麽?linea?在?fpa.readlines():

linea = linea . replace(“\ n“,““)。拆分(“\t“)

FP-1 . writeline(linea【0】)

FP-2 . writeline(linea【1】)

fpa.close()

fp-1.close()

Fp-2.close()首先打開存儲數據的文件進行讀取;

然後打開兩個寫文件。如果它們不存在,您可以直接創建它們。

逐行讀取,然後拆分並寫入不同的文件。