link
Results
2
comments of
link
const arr = [10, 21, 0, -7, 35, 7, 9, 23, 18] function getIndex(arr) { let index = -1 arr.forEach((item, i) => { if(item
的确没有高亮标记