网络爬虫笔记3,信息提取之Beautiul Soup库

>>> import requests >>> r = requests.get("http://python123.io/ws/demo.html") >>> r.text '<html><head><title>This is a python demo page</title></head>\r\n<body>\r\n<p class="title"><b>The demo python i
相关文章
相关标签/搜索