<SCRIPT LANGUAGE="JavaScript">
function goBack() {
if (document.referrer) {
// 如果有上一页,返回上一页
if (document.referrer.indexOf("mp.youkuaiyun.com") > -1) {
window.history.go(-1);
} else {
window.location.href = 'index.php';
}
} else {
// 没有上一页,重定向到index.php页面
window.location.href = 'index.php';
}
}
</script>
08-24
4565
4565
10-14
594
594
07-18
2727
2727

被折叠的 条评论
为什么被折叠?



