摘要: import requests while True: url='http://fanyi.youdao.com/translate?smartresult=dict&smartresult=rule' kw = input('请输入单词:') header = {'User-Agent': 'Mo 阅读全文
posted @ 2021-03-11 19:27 炎诸DL 阅读(47) 评论(0) 推荐(0) 编辑
摘要: import requests import json url = 'http://www.kfc.com.cn/kfccda/ashx/GetStoreList.ashx?op=keyword' keyword = input('请输入要查询的地名:') data = { 'cname':'', 阅读全文
posted @ 2021-03-11 09:37 炎诸DL 阅读(33) 评论(0) 推荐(0) 编辑