摘要: # coding=utf-8 import datetime import time def doSth(): # 这里是执行爬虫的main程序 print '爬虫要开始运转了....' print time.strftime('%Y-%m-%d %H:%M:%S', time.localtime( 阅读全文
posted @ 2018-02-27 10:48 python许三多 阅读(8756) 评论(0) 推荐(1)