JavaScript获得当前网页来源页面(即上一页)的方法
2015-04-08来源:

下面的JS代码通过document.referrer获得来源页面地址

<!DOCTYPE html>

<html>

<body>

The referrer of this document is:

<script>

document.write(document.referrer);

</script>

</body>

</html>

更多信息请查看IT技术专栏

推荐信息
Baidu
map