Python 读取文件时同时输出行号与行内容。file = open("file.txt","r")for num,value in enumerate(file): print " ...
確定! 回上一頁