码迷,mamicode.com
首页 > 其他好文 > 详细

get post的区别

时间:2015-04-19 19:27:30      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:

get post
分页查询的时候只能用 get
<form action="<{:u(‘WebGoods/wgds_add‘)}>" name="searchform" method="get" >
<input type="hidden" name="m" value="WebGoods"/>
<input type="hidden" name="a" value="wgds_add"/>
post更安全

get post的区别

标签:

原文地址:http://www.cnblogs.com/xlfhnny/p/4439499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!