国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

python - 調用api輸出頁面,會有標簽出現,請問如何清掉?

瀏覽:123日期:2022-06-27 18:45:32

問題描述

調用api輸出資料,會有標簽的出現,見截圖。請問如何清除?

python - 調用api輸出頁面,會有標簽出現,請問如何清掉?

在做一個表單,以下是輸出頁面的代碼

@app.route(’/search4’, methods=[’POST’])def do_search() -> ’html’: hero_name = request.form[’input_hero_name’] output_prompt_error = ’請輸入正確的英雄名’ dict_hero = get_dict_hero(hero_name) if ’error’ in dict_hero:return render_template(’entry.html’, the_entry_title=’英雄聯盟英雄信息’, the_output_prompt_error=output_prompt_error, ) else:return render_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’], )

問題解答

回答1:

{{變量|safe}}

標簽: Python 編程
主站蜘蛛池模板: 石家庄市| 卓尼县| 泰兴市| 托克逊县| 丹寨县| 若尔盖县| 鹤岗市| 盐津县| 佳木斯市| 南澳县| 怀安县| 博罗县| 岑巩县| 界首市| 鞍山市| 砀山县| 英超| 韩城市| 嘉峪关市| 威海市| 密云县| 泾源县| 闽清县| 布拖县| 军事| 喀喇沁旗| 淮南市| 长寿区| 石柱| 汽车| 当雄县| 容城县| 松原市| 会理县| 西林县| 长宁区| 成武县| 大化| 嘉禾县| 鄂托克旗| 平原县|