var str = '{"id":1,"name":"Test1"},{"id":2,"name":"Test2"}'; var jsonObj = $.parseJSON('[' + str + ']');. jsonObj is your JSON object.
確定! 回上一頁