function _indexof(array,value) {
    // 补全代码
    return array.indexOf(value);
}