import fileinput for line in fileinput.input(encoding="utf-8"): process(line). 此程序会迭代 sys.argv[1:] 中列出的所有文件内的行,如果列表为空则会使用 ...
確定! 回上一頁