osr-class:osr-class库

时间:2021-04-29 12:41:35
【文件属性】:
文件名称:osr-class:osr-class库
文件大小:4KB
文件格式:ZIP
更新时间:2021-04-29 12:41:35
JavaScript ## OSR-CLASS ###如何使用 osr-class 4 node.js #### npm npm install osr-class osr-class 4浏览器 #### bower bower insall osr-class 本Class库中,使用$作为构造函数 ###例子 var Class = require("osr-class"); var Person = Class.extends({ name:"person", sex:1, age:28, //构造函数 $:function(inobj,pm2){ for(var key in inobj){ this[key] = inobj[key]; } this.pm2 = pm2 }, sayHello:function(msg){ console.log("Hello ,
【文件预览】:
osr-class-master
----index.js(44B)
----package.json(547B)
----test()
--------index.js(2KB)
--------game.js(455B)
----lib()
--------index.js(1KB)
----README.md(1KB)
----bower.json(376B)

网友评论