摘要: import requestsimport refrom bs4 import BeautifulSoupurl = "http://python123.io/ws/demo.html"r = requests.get(url)print(r.text)'''<html><head><title>T 阅读全文
posted @ 2019-10-26 18:26 xdd1997 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 代码来自于中国大学Mooc北京理工大学Pythont教学团队:https://www.icourse163.org/learn/BIT-1001870001#/learn/content?type=detail&id=1211970249&cid=1215042961 1.函数版 2.修改无函数版用 阅读全文
posted @ 2019-10-26 17:07 xdd1997 阅读(302) 评论(0) 推荐(0) 编辑