You should return the data as JSON from the server. PHP $arr = array(); $arr[0] = "Mark Reed"; $arr[1] = "34"; $arr[2] = "Australia"; ...
確定! 回上一頁