联系官方销售客服
1835022288
028-61286886
我搜索伪静态做好了,但是不像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=搜索
,请教下这个应该怎么写。