function Path(target:any) { console.log("I am decorator.") } @Path class HelloService {}. 使用 tsc 编译后,执行命令 node demo.js ,输出结果 ...
確定! 回上一頁