🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~ function Fn() { this.n = 100; } Fn.prototype.getN = function () { console.log(this.n); }; Fn.AA = 200; var f = new Fn(); ~~~ ![](https://img.kancloud.cn/10/26/1026f100cc00939d28df6e52d0be4f58_2754x1074.png)