python函數隨記

python讀文件python file = open('E:\\test\\tr2.txt') while 1: line = file.readline() #讀取每一行 if not line: break print line file.close() 更簡單的: fh = open('c:\\autoexec.bat') for line in
相關文章
相關標籤/搜索