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.
所以我到处搜索了这个,我得到了模糊的信息,我认为这是一个非常简单的问题。
我已经构建了一个纯 jQuery 移动应用程序,带有硬编码的数据。我有一个后端数据库。
如果我想将应用程序与数据库集成,我知道我已经使用 php 或类似的东西将它抽象为传递 JSON 对象。
对我来说困难的部分是如何将 JSON 对象解析到 jQuery 应用程序中。
我走对路了吗?有人可以指点我一个快速示例,说明如何在不涉及阅读整个文档的 jQuery mobile 中解析 JSON 对象吗?
谢谢!