码迷,mamicode.com
首页 > Web开发 > 详细

自己写的js方法

时间:2017-03-12 19:59:00      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:length   last   log   方法   span   array   style   改变   div   

1.去掉数组最后一个元素

Array.prototype.noLast = function(){
        var len=this.length;
        this.splice(len-1,1)//改变了原数组
        return this
    }

 

自己写的js方法

标签:length   last   log   方法   span   array   style   改变   div   

原文地址:http://www.cnblogs.com/rage-the-dream/p/6538672.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!