联系官方销售客服

1835022288

028-61286886

求助 版主:官方研发技术组
搜索框功能怎样调用静态地址
类型:迅睿CMS 更新时间:2022-11-28 17:18:56 搜索伪静态 搜索功能

我搜索伪静态做好了,但是不像xunrui官网上搜索功能,搜索出来是静态地址:

https://www.xunruicms.com/wenda/search-keyword-搜索.html

我用的代码是:

                    <form   action="{SITE_URL}index.php" method="get" target="_blank">
                    <button class="button_search"></button>
                    <input type="hidden" name="s" value="article">
                    <input type="hidden" name="c" value="search">
                    <input name="keyword" id="s" type="text" value="搜索内容..." onclick="this.value = '';">
                    </form>

出来结果是动态地址:http://127.0.0.1/index.php?s=article&c=search&keyword=搜索

,请教下这个应该怎么写。