操作步骤:
Step1:创建搜索模板---不可自定义:so_product.html(产品) so_article.html(文章)
Step2:填充模板代码---模板代码复制对应文章、产品列表代码即可
Step3:调用标签---指定页面调用搜索标签:
##form action="/so" id="searchform" method="get">
<input type="text" id="s" name="keyword" value="请输入关键词">
<div class="chose_search_box" style="display: none;">
<label>
<input name="type" type="radio" value="1">文章</label>
<label>
<input name="type" type="radio" value="2">产品</label>
</div>
<input id="searchsubmit" type="submit" value="">
##/form>
最终效果,如图
注:由于每个网站css样式不同,需根据自身网站做必要调整。