通過Ajax我收到來自PHP腳本編碼的JSON字符串(json_encode):報價在jQuery.parseJSON
response = "{"type":"ok","mess":"File successfuly uploaded"}"
,當我試圖解析這個字符串jQuery.parseJSON(response);
JS腳本失敗堂妹在啓動雙引號並最終。
正常工作:
jQuery.parseJSON('{"type":"ok","mess":"File successfuly uploaded"}');
如何解決這個問題呢?
我總是收到語法錯誤: 「UNEXPECTED_TOKEN」
解決:原因是不正確的文件編碼。 UTF-8沒問題
試圖逃逸引號` 「{\」 類型\」 ...` – 2011-10-17 12:19:45