There was an error while loading. Please reload this page.
例如:[10,21,0,-7,35,7,9,23,18] 输出5, 7最小
[10,21,0,-7,35,7,9,23,18]
function getIndex(arr){ let index=null; ... return index; }