<input type="text" id="q" value="" name="q" > 关键字,所要查询的内容,必须的 <input type="hidden" value="1114" name="t_id" > 搜索结果页面的模板id,-- 该字段为隐藏字段,必须的 <input type="hidden" value="info" name="type" > type 搜索标示,没有该值或值为””空字符串说明全部信息 (info:一般展示类信息,zwgk:政务公开类信息,ggfw:服务类) <input type="hidden" value="20" name="pz" > 结果页显示行数,每页有多少行,默认10行, <input type="hidden" value="150" name="length" > 结果页面简介个数,默认100字 <input type="hidden" value="red" name="color" > 结果页面匹配关键字显示颜色,默认红色 <input type="hidden" value="" name="site_id" > 站点id,值为""时 默认本站点 ,为"all"时 是所有站点 <input type="hidden" value="" name="categoryId"> 所属栏目 为""时 是所有栏目 <input type="hidden" value="" name="scope" > 搜索范围:值为title时说明是在标题中搜索,值为content时说明是在正文中搜索, 为""在标题和正文中搜索 注:method参数的值必须为get