将链接放在地址栏中而不进行链接

时间:2018-03-05 20:54:15

标签: javascript

我正在做很多书签,我厌倦了每次都输入javascript:。我在书签中尝试了javascript:window.location.replace('javascript:');但是没有用。

任何帮助都将不胜感激。

1 个答案:

答案 0 :(得分:1)

您可以使用list.get(i) //where i is equal to the index you require list.set(i, x) // where i is the index, and x is the value that you want to replace it with 更新地址栏,而无需实际更改页面。只需确保您的应用可以处理该网址,以防刷新网页或分享链接。

请参阅https://developer.mozilla.org/en-US/docs/Web/API/History_API