我的通用课程
export class BaseService<T> { public subUrl; constructor(public repo:RepogitoryService) { } }
如何将T的类名存储在局部变量上?
typescript
typescript ×1