能不能增加Array的部分方法,比如shift,unshift,removeAt?
Uncaught TypeError: arr.shift is not a function
LayaAir下的Array就是原生的Array,你可以直接去看下原生的API