码迷,mamicode.com
首页 > 其他好文 > 详细

封装一些常用的方法

时间:2019-09-30 12:57:40      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:function   cti   UNC   return   常用   select   方法   bsp   封装   

获取节点

   function $(id) {
            var obj = document.querySelectorAll(id);
            return obj.length > 1 ? obj : obj[0];
        }

封装一些常用的方法

标签:function   cti   UNC   return   常用   select   方法   bsp   封装   

原文地址:https://www.cnblogs.com/City-wall/p/11611959.html

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