【发布时间】:2015-03-18 16:55:38
【问题描述】:
基本上我有一个加载的网址
http://somewebsite.com/Staging/hello/index.php?action=viewByGrid&subdo=show&projectID=-1&stat=1&workStageID=-1
加载后。我希望 URL 显示为
http://somewebsite.com/Staging/hello/index.php?action=viewByGrid
在我的 document.ready()
加载后不久,我需要删除查询字符串【问题讨论】:
-
看到这个链接我很有用stackoverflow.com/questions/24307401/…
标签: jquery url query-string