摘要:
import requestsfor i in range (20): print("第",i+1,"次访问") r=requests.get("https://cn.google.com/") r.encoding='utf-8' print("返回状态:",r.status_code) prin 阅读全文
posted @ 2020-12-14 20:02
达尔文的第三人称
阅读(46)
评论(0)
推荐(0)
浙公网安备 33010602011771号