js 如何高效的找到数组中的某一项1、如果知道数组下标,直接 arr[index]方式获取2、假设不知道数组下标,查找某一项值,例如: 数组 arr = ['red', 'green', 'yellow', 2023-02-20JavaScript170