我想知道是否有人可以帮助我尝试使用具有该get
功能的表单,但运气不佳。
这是我的代码
<div class="row-fluid search-forms search-default">
<form class="form-search" method="get" action="search_results.php">
<div class="chat-form">
<div class="input-cont">
<input type="text" placeholder="Search..." class="m-wrap" />
</div>
<button type="button" class="btn green">Search <i class="m-icon-swapright m-icon-white"></i></button>
</div>
</form>
</div>
搜索将我带到正确的页面,但之后什么也没有?q=
任何的想法?