我正在生成网址:
http://localhost:8500/project1/list.cfm?category=55&secondary=72&view=&showall=0&sortby=price&sortdir=asc&_view=grid&price_tag_min=0&price_tag_max=134
使用以下代码:
<cfset sURL = request.siteurl & CGI.SERVER_NAME & ":" & CGI.SERVER_PORT & CGI.SCRIPT_NAME & "?" & CGI.QUERY_STRING>
现在这会重复我想要避免的查询字符串,比如price_tag_min & price_tag_max
和他们拥有的值,我可以有新的值