gpt4 book ai didi

google-closure-compiler - Google Closure 中的部分类(class)?

转载 作者:行者123 更新时间:2023-12-02 22:29:23 25 4
gpt4 key购买 nike

是否可以使用 Google Closure 编译器在两个文件中定义一个类?例如,如果我自动生成一个类并希望为用户输入的代码保留另一个类:

在 MyClass.AutoGenerated.js 中

goog.provide("MyClass");
MyClass = function() {
}
MyClass.prototype.SomeMember = 15;

然后在MyClass.js中,继续声明成员和函数:

MyClass.prototype.AnotherMember = 15;
MyClass.prototype.SomeAwesomeFunction = function() {};

最佳答案

只要文件顺序正确,这就不是问题。但是,如果可以在填写原型(prototype)之前实例化类,那么排序可能会很棘手。

关于google-closure-compiler - Google Closure 中的部分类(class)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12520677/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com