标签: jquery redirect
同样的问题,但另类问题:
例如:
这只能用JQuery吗?
提前谢谢!
答案 0 :(得分:1)
// check if you came from a redirect if ( document.referrer !== '' ) { //redirect to other site. document.location.href= "http://foo.bar" }