摘要: import requests import time url = 'http://www.google.com.hk' print(time.strftime('%Y-%m-%d %H:%M:%S')) try: html = requests.get(url, timeout=5).text p 阅读全文
posted @ 2019-12-19 01:34 real-admin 阅读(234) 评论(0) 推荐(0) 编辑