数据表警告:无法解析来自服务器的 JSON 数据.这是由 JSON 格式错误引起的

2022-01-01 00:00:00 json jquery php jquery-datatables

我在项目中使用服务器端数据表

I am using server-side DataTables in a project

并进行搜索,向我显示以下错误消息:

and do a search, shows me the following error message:

DataTables 警告:无法解析来自服务器的 JSON 数据.这是由 JSON 格式错误引起的.

我在论坛中找到了一些建议,但对我没有任何效果

I found some suggestions in the forums but nothing has worked for me

大家有什么建议吗?

推荐答案

检查 firebug 中的网络选项卡,您可能会看到底层服务器错误

check the network tab in firebug, you would probably see the underlying server error

相关文章