The some() method checks if any of the elements in an array pass a test (provided as a function). some() executes the function once for each element in the ...
確定! 回上一頁