Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当一个 CoffeeScript 类被实例化时,一个构造函数被调用。这行得通。但是,现在我想删除一个实例化的对象。有没有要调用的析构函数?(我想清除计时器)
这对于 JavaScript 是不可能的,因此对于 CoffeeScript 是不可能的。如果您有一些清理工作要做,您需要自己确定正确的时机。