摘要: /** * 参数装饰器,只要是装饰器一定是函数 * @param target Test 对应的 prototype * @param key 方法名 * @param paramIndex 参数所在的位置 */ function paramDecorator(target: any, method 阅读全文
posted @ 2020-08-11 08:13 wzndkj 阅读(988) 评论(0) 推荐(0) 编辑