Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何使用 Javascript 找到哪个网站引用了我的网站?例如,如果 A.com 有指向 B.com(我的网站)的链接,我怎么知道谁引用了我的网站?
谢谢
您应该能够使用document.referer来检索此信息。
document.referer