您好!欢迎来到聚码网

聚码网

热门搜索: 相亲小程序    搭子源码    直播系统自有商城   
  • python-调用api输出页面,会有标签出现,请问如何清掉?
  • 聚码交流
  • 0 1
  • yhuxAvNbtxUM
    0000-00-00 00:00:00
  • 回帖
调用api输出资料,会有标签的出现,见截图。请问如何清除?在做一个表单,以下是输出页面的代码@app.route('/search4',methods=['POST'])defdo_search()->'html':hero_name=request.form['input_hero_name']output_prompt_error='请输入正确的英雄名'dict_hero=get_dict_hero(hero_name)if'error'indict_hero:returnrender_template('entry.html',the_entry_title='英雄联盟英雄信息',the_output_prompt_error=output_prompt_error,)else:returnrender_template('results.html',the_name=hero_name,output_skill_passive_name=dict_hero['data'][0]['passive']['name'],output_skill_passive_description=dict_hero['data'][0]['passive']['description'],output_skill_1_name=dict_hero['data'][0]['spells'][0]['name'],output_skill_1_tooltip=dict_hero['data'][0]['spells'][0]['tooltip'],output_skill_2_name=dict_hero['data'][0]['spells'][1]['name'],output_skill_2_tooltip=dict_hero['data'][0]['spells'][1]['tooltip'],output_skill_3_name=dict_hero['data'][0]['spells'][2]['name'],output_skill_3_tooltip=dict_hero['data'][0]['spells'][2]['tooltip'],output_skill_4_name=dict_hero['data'][0]['spells'][3]['name'],output_skill_4_tooltip=dict_hero['data'][0]['spells'][3]['tooltip'],)
最近热帖
近期热议
联系我们
Q Q:317563994
电话:400-000-000
邮箱:317563994@qq.com
时间:09:00 - 17:00