崩盘砖家 2011-06-29 16:38:13 3882次浏览 3条回复 0 0 0
<form action="<?php echo url('search/software');?>" method="get" id="search_software">
  <input type="text" id="search_key" name="k" value="" />
  <button type="submit" id="search-btn" name="search-btn">Search</button>
</form>

提交之后的url会是 www.fxxxx.net/search/?k=&search-btn=

如何把'&search-btn='这个东西去掉

您需要登录后才可以回复。登录 | 立即注册