首先我们在templates文件夹建立一个html文件,内容随便写一点如下: ... render_template('index.html') if __name__ == '__main__': app.run().
確定! 回上一頁