文件名称:popo:在javascript中实现多态的愚蠢方法
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-29 05:54:48
JavaScript
波波 在javascript中实现多态的简单方法 安装 使用 npm 安装: npm install --save popo 用凉亭安装: bower install --save popo 用法 参数编号只有可能的重载函数 Node.js var popo = require('popo'); var sayHello = popo({ 0: function () { return 'Hello Anonymous!'; }, 1: function (name) { return 'Hello ' + name + '!'; } }, function otherWay () { return 'Do I need to say Hello?'; }); sayHello(); // 'Hello Anonymous!'; sayHello('Haruk
【文件预览】:
popo-master
----.gitignore(48B)
----package.json(641B)
----LICENSE.md(1KB)
----.travis.yml(50B)
----index.js(775B)
----README.md(1KB)
----bower.json(504B)
----test()
--------test.js(688B)
--------index.html(337B)