JavaScript:实现JumpSearch跳转搜索算法 const jumpSearch = (arr, value) => { const length = arr.length let step = Math.floor