该文被密码保护。 阅读全文
posted @ 2020-03-25 22:30 乘风破浪的小落夜 阅读(0) 评论(0) 推荐(0) 编辑
摘要: # 1.爬取到的网页直接写入文件 import urllib.requesturllib.request.urlretrieve("http://www.baidu.com", filename=r'D:\pyhon_jichu\test_file\file1.html')# urlretrieve 阅读全文
posted @ 2020-03-25 07:42 乘风破浪的小落夜 阅读(134) 评论(0) 推荐(0) 编辑
摘要: #_*_coding: utf-8-*-#@time :2020/3/2321:52#@Author :luoye#Email :2198629518@qq.com#Software :PyCharm Community Edition# 1.urllib爬虫:import urllib.reque 阅读全文
posted @ 2020-03-25 07:37 乘风破浪的小落夜 阅读(229) 评论(0) 推荐(0) 编辑