get post的区别

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更安全

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