联系官方销售客服
1835022288
028-61286886
pos4没有全站搜索的插件应该怎么写搜索功能
<form action="{SITE_URL}index.php" id="searchform" method="get">
<input name="s" type="hidden" value="so">
<input name="module" type="hidden" value="{MOD_DIR}">
<input type="text" placeholder="Search..." name="keyword">
</form>
上面是pos3的写法,pos4应该怎么写