[AJAX] Echo PHP Array by JSON

  • 0
雖然 jQuery AJAX 中,要 echo string 回去,
但天真地試圖傳 array 回去,會cannot convert an array to a string
所以請使用

The JSON.parse() method parses a JSON string, reconstructing the original JavaScript object, while the JSON.stringify() method accepts a JavaScript object and returns its JSON equivalent.
Reference: get-data-from-php-array-ajax-jqueryHow to return an array from an AJAX call?

沒有留言 :

張貼留言