2020年2月25日

requests模块学习

摘要: import requests url = 'https://item.jd.com/2967929.html' try: r = requests.get(url) r.raise_for_status() r.encoding = r.apparent_encoding print(r.text 阅读全文

posted @ 2020-02-25 04:08 winecork 阅读(162) 评论(0) 推荐(0) 编辑

导航