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.
我已经在 PHP 中搜索了 localStorage 的使用,因为我需要在 PHP 中将 localStorage 数据作为 $var 获取并用它在 PHP 中做一些事情。这可能吗?
localStorage是保留在客户端的东西。没有数据传输到服务器端。
localStorage
您只能使用 JavaScript 获取数据,并且可以使用 Ajax 将其发送到服务器端。