Also in app.py , add a function that returns content, in this case a simple string, and use Flask's app.route decorator to map the URL route / to that function:
確定! 回上一頁