发布于2021年11月25日2023年12月17日 由小木js array.find JavaScriptconst array1 = [5, 12, 8, 130, 44]; const found = array1.find(element => element > 10);