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.
我的网站有两种类型的用户 1:玩家 2:管理员用户 我想将客户端机器的 mac 地址存储到网站中会话同时活跃。
我相信没有办法在 Django 中获取 mac 地址。您所能得到的只是request变量中的 HTTP 标头。但是您仍然可以通过任何其他方法(通过 Java 小程序或 ActiveX)获取 MAC,并通过 GET 或 POST 请求将其传递给 Django。
request