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
相關文章
相關標籤/搜索