赞
踩
def flow(): for line in sys.stdin: line = line.strip('\n') parse_log(line) 然后在Linux中或者脚本中执行cat .....txt | python xxxxx.py 这样就以流的方式读取了