3号慢行者

导航

2017年7月18日 #

getElement方法封装

摘要: 1 var get = { 2 byId: function(id) { 3 return document.getElementById(id) 4 }, 5 byClass: function(sClass, oParent) { 6 var aClass = []; 7 ... 阅读全文

posted @ 2017-07-18 18:13 3号慢行者 阅读(157) 评论(0) 推荐(0)