超灬超  

2018年7月19日

摘要: import urllib.request as ur import urllib.error as ue try: response = ur.urlopen("https://cuiqingcai.com/index.html") except ue.HTTPError as e: print(e.reason, e.headers, e.code, sep="\n") ... 阅读全文
posted @ 2018-07-19 17:09 超灬超 阅读(432) 评论(0) 推荐(0) 编辑