摘要: Python3.5中:iteritems变为items 阅读全文
posted @ 2020-10-15 11:54 OTAKU_nicole 阅读(629) 评论(0) 推荐(0) 编辑
摘要: import requests pic_url = "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png" r = requests.get(pic_url) with open("1.png", "wb")as f 阅读全文
posted @ 2020-10-15 10:58 OTAKU_nicole 阅读(1458) 评论(0) 推荐(0) 编辑