There is no need to wrap the array in another object with a data property. The array by itself is valid JSON: post_params = JSON.stringify([ { 'name' : 'Alice' ...
確定! 回上一頁