thinkphp3.2 的get提交

浏览:1372 发布日期:2015/04/14 分类:求助交流 关键字: get url 表单
<form action="__URL__/index" method="get">
商品:<input type='text' name='title' id= "title" size="48" placeholder="请输入商品的关键字"/>
<input type='submit' value='搜索' id="login">
</form>
用get的提交 他生成的url是localhost/hu/index.php/Home/BuyAccount/index?title=你好;
怎么样才能让url变成localhost/hu/index.php/Home/BuyAccount/index/title/你好;
最佳答案
评论( 相关
后面还有条评论,点击查看>>