Is it possible to get the http-referer
of visitors via pure JS or with JQuery?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
Yes. Just use
document.referrer
.