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 ajax。在 Jquery 的文档中,我注意到他们提到要从 json 格式传递数据。
但是,当我以正常的 html 格式传递数据时,我可以获得响应。
我很担心为什么那么json?
当我尝试使用 json 时,我遇到了 json 问题。当我必须传递大量 html 内容时,例如表格、div 等。我在响应中得到额外的 \ 字符。
不必只传递 JSON。您可以通过 AJAX 发送和拉取几乎任何东西。我认为你的问题是你没有dataType在你的$.ajax函数调用中设置。
dataType
$.ajax