2023年7月15日

摘要: (9条消息) Pycharm社区版创建Flask项目详解_打代码的苏比特的博客-CSDN博客 阅读全文
posted @ 2023-07-15 14:47 lip0405 阅读(12) 评论(0) 推荐(0)
 
摘要: 打开pycharm,找到Flask进行配置,点击创建; 自动安装好了相关包: static下面放一些静态文件图片、css等,templates下面放置模板 编写好的html文件等; 运行app.py 访问运行结果中的 http://127.0.0.1:5000 页面显示如下 关于app.route 阅读全文
posted @ 2023-07-15 13:59 lip0405 阅读(41) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2023-07-15 13:23 lip0405 阅读(15) 评论(0) 推荐(0)