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.
可能重复: 使用 GET 将 JavaScript 数组发送到 PHP 脚本的最佳方法是什么?
我只想知道创建 javascript 字典的最佳方法是什么。
就像假设我有一个 php 数组,我想提供该数组的值(循环迭代)
到键值形式的 javascript 字典?
如果您正在谈论提供整个数组(您似乎想要这样做),您可以简单地使用json_encode数组将其编码为 JSON(它是 JavaScript 的子集)。
json_encode