嘿家伙可以告诉我如何使我的搜索按钮与 url 重写,因为它不酷我的整个网站是 url 重写和搜索是 /Articles/Search/?s=...... 这是我的表格:
<form action="Articles/Search/" method="get">
<input type="text" value="Търси" name="s" id="keyword" title="s" onfocus="clearText(this)" onblur="clearText(this)" class="txt_field" />
<input type="submit" value="" id="searchbutton" title="Търси" class="sub_btn" /></form>
我想喜欢:/Articles/Search/keyword1-keyword2/ 我可以交换空格。如果它没有用 php 转发就好了,也许 js