import requests
while (True):
i = input("对面怎么说:")
print("盘他:")
url = 'http://app.lihsk.com/lihsk/android/paster/getPasterByTitle.html'
data = {
'name': i,
'pageNumber': '1',
'pageSize': '10'
}
html = requests.post(url=url, data=data).json()
for i in html['list']:
print(i['content'])
# print(html['list'])接口地址:
http://app.lihsk.com/lihsk/android/paster/getPasterByTitle.html请求类型:POST
发送DATA:
name:你要搜索的关键词
pageNumber:搜索的页数
pagesize:展示条数

成品下载见附件。
huida.exe密码:www.lanol.cn|大小:11MB
已经过安全软件检测无毒,请您放心下载。
连接失效了UP,软件下载不了
现在的api接口是咋样的啊?
