15
04
2009
根据来源链接重定向
bigCat Posted in JavaScript - 0 Comment function anchor() {
var url = document.referrer;
if (/login\.htm/.test(url)) {
location.href="#anchor";
}
}
function anchor() {
var url = document.referrer;
if (/login\.htm/.test(url)) {
location.href="#anchor";
}
}