zencart在html产品页面url中获取async = true,如何删除async = true

时间:2013-04-03 11:04:10

标签: php jquery mysql url

我在zencart网站的产品页面网址中收到了async = true。

喜欢这个dangling-c-1427_1431 / np3d02-p-27633.html?async = true

请告诉我如何从网址中删除此内容。

由于

1 个答案:

答案 0 :(得分:0)

请看看 http://jsfiddle.net/5LmLW/25/

var url = 'dangling-c-1427_1431/np3d02-p-27633.html?async=true'
alert(url.split('?')[0]);

你期待这样吗?