一起使用 JSON 和 Ajax

发布于 2024-10-24 02:53:48 字数 42 浏览 2 评论 0原文

我从未将 Ajax 与 JSON 一起使用过。有什么好的资源可以看吗?

I have never used Ajax with JSON. Are there any good resources to look upon?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隔纱相望 2024-10-31 02:53:48

将 Ajax 视为一种通过服务器发送和接收文本内容的方式。您来回发送的消息的格式由您决定。您可以使用 JSON、XML、YAMLCSV,或您想要的任何其他内容。

如果您将这两个问题分开,您的问题应该更容易解决。

  1. 了解如何对服务器进行 Ajax 调用
  2. 了解如何解析和序列化 JSON

如果您使用 JavaScript 框架,例如 jQueryPrototype,这两件事都会为您无缝处理及其 Ajax API

Think of Ajax as a way to send and receive textual content with the server. The format of the messages you send back and forth is up to you. You could use JSON, XML, YAML, CSV, or whatever else you want.

If you separate these two concerns your problem should be a lot easier to approach.

  1. Figure out how to make an Ajax call to your server
  2. Figure out how to parse and serialize JSON

If you use a JavaScript framework, like jQuery or Prototype, both of these things will be handled for you pretty seamlessly with their Ajax APIs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文