📌  相关文章
📜  javascript 在不重新加载的情况下更改获取参数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:09.252000             🧑  作者: Mango

代码示例1
Since this is the accepted answer, and no longer true, refer to this duplicate question for up to date information.

Original answer follows:

NO
You can come close with the anchor portion of the URL which is accessible by the hash property of the location object

parent.location.hash = "whatever value you want";