摘要: >>> import requests>>> r=requests.get("https://python123.io/ws/demo.html")>>> r.text'This is a python demo page\r\n\r\nThe demo py... 阅读全文
posted @ 2021-04-12 20:52 挖掘机斯基 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1.以管理员身份运行cmd 2.输入'pip install beautifulsoup4'后回车 阅读全文
posted @ 2021-04-12 20:46 挖掘机斯基 阅读(130) 评论(0) 推荐(0) 编辑
摘要: >>> import requests>>> path="d:/del.jpg">>> url="https://img-blog.csdnimg.cn/20210317155124696.png">>> r=requests.get(url)>>> r.st... 阅读全文
posted @ 2021-04-12 19:48 挖掘机斯基 阅读(60) 评论(0) 推荐(0) 编辑