js.private:对象的私有属性

时间:2021-05-07 23:21:09
【文件属性】:
文件名称:js.private:对象的私有属性
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-07 23:21:09
JavaScript 安装 npm install js.private --save 用法 import Private from "js.private" ; class People { constructor ( firstname , lastname , gender , city , street ) { $ ( this ) . firstname = firstname ; // private property $ ( this ) . lastname = lastname ; // private property $ ( this ) . address . country = country ; // private property $ ( this ) . address . city = ci
【文件预览】:
js.private-master
----dst()
--------Private.js(3KB)
----package.json(490B)
----gulpfile.js(357B)
----src()
--------Private.js(1KB)
----.gitignore(26B)
----README.md(1KB)

网友评论