摘要: 平时工作中经常需要用到这些python小技巧,顺便做个记录 import requests import time def get_pr(domain): pr = 6 time.sleep(1) html = requests.get("http://pr.web3389.com/pr/%s" % domain.strip()) string = html.... 阅读全文
posted @ 2016-12-08 10:44 轻落语 阅读(254) 评论(0) 推荐(0) 编辑