本文共 233 字,大约阅读时间需要 1 分钟。
目录
#!/usr/bin/python#filename:demo.pyimport sysfor line in sys.stdin: print line,#ls -lh | python demo.py