Python-Flask实现“helloworld”(2)

实现简单功能hello world index.html文件(要求存放于templates文件夹) <!DOCTYPE html> <html lang='en'> <head> <meta charset="utf-8" /> <title>Hello world!</title> </head> <body> Hello world! </body> </html> 应用文件 #!/u
相关文章
相关标签/搜索