搜索結(jié)果鏈接為什么多出了x和y參數(shù),是什么意思?怎么刪除?鏈接如下: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="搜索內(nèi)容..." name="keyword">
</form>
開源是一種精神,但不是義務,幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!