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.
我用 socket.io 在 Node 中编写了一个小型服务器,我想找出入口、当前和出口页面。我的想法是将然后存储在用户会话中以供以后使用。
我的问题是我不知道从哪里获得这些信息,有人知道吗?
我想你正在寻找这样的东西。
节点会话
入口页面可以取自RefererHTTP 标头(如果存在)。
Referer
当前页面是request.url
request.url
更改时应在浏览器中获取退出页面window.location
window.location