Then in your success function you should be able to simply call the array values using $.ajax({ dataType: 'json', success: function(data){ ...
確定! 回上一頁