Take a look at the following function which iterates the array and returns the first element's id. function getDataId(arr){ return arr[0][ ...
確定! 回上一頁