python爬虫初步认知
摘要:import requests #导入requests包 from bs4 import BeautifulSoup url='http://www.cntour.cn/' strhtml=requests.get(url) content = strhtml.text print(content)
阅读全文
posted @ 2020-05-18 14:51
posted @ 2020-05-18 14:51
posted @ 2020-05-15 16:47
posted @ 2020-05-15 16:19
posted @ 2020-05-15 12:33
posted @ 2020-05-14 10:13