操作步驟:
Step1:創(chuàng)建搜索模板---不可自定義: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樣式不同,需根據自身網站做必要調整。