摘要: 1 # -*- coding: utf-8 -*- 2 __author__ = 'metasequoia' 3 4 import fileinput 5 def file_input(): 6 for line in fileinput.input('E:\\Python\\Spider\MyCreepy.py'): 7 num = fileinput.... 阅读全文
posted @ 2014-05-16 12:03 metasequoia 阅读(219) 评论(0) 推荐(0)