会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
酶技术
电脑学博士,软件,编程,企业应用,移动开发,服务器,浏览器,ANDROID,IPHONE,IOS,EXTJS
首页
新随笔
联系
订阅
管理
2018年7月22日
Javascript Module pattern template. Shows a class with a constructor and public/private methods/properties. Also shows compatibility with CommonJS(eg Node.JS) and AMD (eg requireJS) as well as in a br
摘要: 使用: ;(function(global){ "use strict"; var M = function() { //构建函数 function init() { meth_priv2(); m.meth_pub2(); } var m = {}; //私有变量 var prop_priv =
阅读全文
posted @ 2018-07-22 01:31 meetrice
阅读(176)
评论(0)
推荐(0)
编辑
requirejs amd module load example
摘要: person.js 使用:
阅读全文
posted @ 2018-07-22 00:36 meetrice
阅读(246)
评论(0)
推荐(0)
编辑
公告