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.
如何提取我已经使用 backgridjs 在网格中显示的 JSON 数据,以通过表单提交提交?
collection.toJSON()将返回哈希中的所有数据。您可以将其转换为表单编码的键值对并通过 Ajax 提交。jQuery 和 Underscore 拥有实现这一目标所需的所有方法。
collection.toJSON()