【发布时间】:2022-11-01 23:14:36
【问题描述】:
这是我的代码我也尝试过不带引号但它给了我('html'未定义)错误
@app.route('/entry')
def entry_page() -> 'html':
return render_template('entry.html',
the_title='Welcome to searchtools on the web!')
app.run()
【问题讨论】:
标签: python python-3.x