迅睿框架 版主:迅睿框架研发组
搜索链接多出x=参数怎么删除掉,影响吗
类型:迅睿CMS 更新时间:2025-10-07 20:40:53 搜索结果

搜索结果链接为什么多出了x和y参数,是什么意思?怎么删除?链接如下:http://127.0.0.1/index.php?x=6&y=11&s=product&c=search&keyword=123

代码如下:


<input type="image" form="form2" src="{HOME_THEME_PATH}web/images/search_icon0.svg" style="width: 16px" alt="搜索" class="image-button">

                                 

<form class="search-form" action="/index.php" method="get" id="form2" style="height: 100%">

<input type="hidden" name="s" value="product">

<input type="hidden" name="c" value="search">

<input type="text" placeholder="搜索内容..." name="keyword">

</form>