标签:key XML 获取 pat javascrip script oca cat var
opener.location.href
if (document.referrer.length > 0) {
ref = document.referrer;
}
try { if (ref.length == 0 && opener.location.href.length > 0) {
ref = opener.location.href;
}
} catch (e) {}
window.location.href :当前url
window.location.pathname :url中“/”以后的部分
标签:key XML 获取 pat javascrip script oca cat var
原文地址:http://www.cnblogs.com/chengxu931106/p/6244174.html