<script> var arr=[1,2,3,4,5]; console.log(Array.prototype.slice.call(arr,1)); </script>
以上是用call方法继承Array数组对象的slice方法