搜索结果链接为什么多出了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>