The Array.indexOf() method returns the index of the first item in an array that matches the value you've provided (or -1 if it's not found).
確定! 回上一頁