
JS
秀玉轩晨
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
封装小型JQuery库
;(function(window , undefined) { let domReadyFn = []; function JQuery(select){ if (!/function/i.test(typeof select)) { return new JQuery.prototype.init(select);//实例化会新建一个...原创 2018-08-18 20:09:10 · 341 阅读 · 0 评论 -
JS小游戏
; (function (newChild) { function NodeConstructor() {} NodeConstructor.prototype = { constructor : NodeConstructor, //需要带px的属性 pcEmAttr : ['width','he...原创 2018-08-18 20:11:36 · 3346 阅读 · 0 评论