学会思考
刻意练习
摘要: 1 #网络资源(URLS) 2 import requests 3 newsurl = 'https://news.qq.com/' 4 res = requests.get(newsurl) 5 print(res.text) 阅读全文
posted @ 2018-09-14 23:28 Worty 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 假设处理xml文件如下:xx.xml <china dn = "nay"><city quName="heikongjiang" pyName="heihei" cityName="ha2ging"/><city quName="heikongjiang" pyName="heihei" cityN 阅读全文
posted @ 2018-09-14 23:03 Worty 阅读(969) 评论(0) 推荐(0) 编辑