企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
~~~ 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)