function _reverse(array) {
    // 补全代码
    return array.reverse();
}
//我看到还有一种倒着遍历存入新数组的方法