摘要:
URLS: VIEWS: TEMPLATES下home.html: 阅读全文
posted @ 2018-09-18 21:08 alex_hrg 阅读(271) 评论(0) 推荐(0)
|
摘要:
URLS: VIEWS: TEMPLATES下home.html: 阅读全文
posted @ 2018-09-18 21:08 alex_hrg 阅读(271) 评论(0) 推荐(0)
摘要:
templates: views: 阅读全文
posted @ 2018-09-18 17:12 alex_hrg 阅读(1394) 评论(0) 推荐(0)
摘要:
GET: 我们在浏览器里直接键入地址回车,这种方式其实也是get方式提交了数据,如: http://localhost/login?user=123&pwd=123 就是把用户名123密码123提交到了login页面 POST: 就是把表单数据封装在请求体里提交的,而get是放在url上提交的, d 阅读全文
posted @ 2018-09-18 15:48 alex_hrg 阅读(1111) 评论(1) 推荐(0) |
||