下麵是Array some()方法的示例。 例:. <script> function checkAvailability(arr, val) { return arr.some(function (arrVal) { return val === arrVal; }); ...
確定! 回上一頁