输入banner图图片脚本导航/分类

javascript-html链接或者服务器的跳转如何隐藏referrer啊?

我不想别人看到来源页面

回复内容:

我不想别人看到来源页面

location.replace

history.pushState 也可以试试

onclick="window.open(yourUrl)";
这样请求yourUrl的请求头里没有Referer属性