如何取搜索中的关键字

浏览:1805 发布日期:2015/12/17 分类:求助交流 关键字: 搜索
<div id="bykeyword">
<form name="frmInfoSearch" method="post" action="/pc.html">
<div class="title"><span style="background-color:green"> </span>  关键字/编号:</div>
<input id="form_text_search" name="keywords" type="text" value="{$Searchwords}" maxlength="50">
<input name="labelid" value="" type="hidden">
<input name="specialid" value="" type="hidden">
<input id="form_submit_search" name="submit" type="submit" value="搜索">
<input type="hidden" name="__hash__" value="{$Think.lang.Search}">
</form>
</div>
<assign name="abc" value="$Think.get.SearchWord" />
如何取搜索中的关键字
keywords="$abc"
最佳答案
评论( 相关
后面还有条评论,点击查看>>