Alex_XT的博客

Kevin-XT

随笔分类 -  模板

摘要:h3样式 插入代码效果: 1 import requests 2 import json 3 4 r = requests.get('http://wthrcdn.etouch.cn/weather_mini?city=杭州') 5 r.encoding = 'utf-8' 6 print(r.te 阅读全文
posted @ 2017-09-17 10:16 suntim 阅读(147) 评论(3) 推荐(0)