实例. 返回由ages 数组中所有18 岁或以上的值组成的数组: var ages = [32, 33, 16, 40]; function checkAdult(age) { return age >= 18; } function myFunction() ...
確定! 回上一頁