标签: php jquery ajax json
我正面临一个小麻烦.. 我有一个代码,ajax发布并从页面返回一个值 结果是使用
json_encode($response);
。 我在jquery中使用jQuery.parseJSON将json转换为数组。 它仍然有效.. 但有时它可能会在我的PHP页面中发生任何错误,因此它不会返回JSON代码 所以jquery在jQuery.parseJSON中显示错误 任何解决方案??
jQuery.parseJSON