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 项目,我需要将二维数组的值从一个页面传递到另一个页面。请帮我。
服务器端传递:如果在同一台服务器上,则将数组临时存储在 $_Session 或数据库中。否则:通过 Json 进行通信...
如果您发布已有的代码可能会有所帮助...