甚么是润饰器
润饰器其实就是一个普通的函数,用来润饰类和类的办法。
比如:
@test
class DecoratorTest {
}
function test(target) {
target.testable = true;
}@test
clas润饰器其实就是一个普通的函数,用来润饰类和类的办法。
比如:
@test
class DecoratorTest {
}
function test(target) {
target.testable = true;
}@test
clas