-
Web.py简介
查看全部 -
http://webpy.org python -m pip install --upgrade pip pip install web.py==0.40.dev0 pip install web.py查看全部
-
模板文件中<!DOCTYPE html>必须删掉
查看全部 -
html中使用python语法前要加$
查看全部 -
render.hello2(name);
hello2是网页名,name是参数
在hello2中第一行要加 $def with(name)
name为传进的参数,使用时要加美元符 $name
查看全部 -
render对象后跟网页名()
查看全部 -
模板文件读取 render.index("参数") 结果数据获取 model.select("sql") URL跳转 web.seeother("/")
参数‘temmplats’是存放网页的目录
查看全部 -
请求处理
查看全部 -
web请求流程
查看全部 -
url 匹配从上到下
范围应该要从小到大的
查看全部 -
URL映射
查看全部 -
返回一个(显示)html页面
查看全部 -
通过return 就可以将编写的内容返回到服务器上!! return + 返回的内容
查看全部 -
web请求流程
查看全部 -
URL映射
查看全部
举报
0/150
提交
取消