下面的JS代码通过document.referrer获得来源页面地址
<!DOCTYPE html> <html> <body> The referrer of this document is: <script> document.write(document.referrer); </script> </body> </html>
下面的JS代码通过document.referrer获得来源页面地址
<!DOCTYPE html> <html> <body> The referrer of this document is: <script> document.write(document.referrer); </script> </body> </html>