摘要: Access Modifier 访问修饰符 public:默认都为公开的 public interface IPoint{ x:number; y:number; drawoPoint:() => void; getDistances:(p:IPoint) => number; } class Po 阅读全文
posted @ 2022-02-28 13:07 三个零 阅读(191) 评论(0) 推荐(0) 编辑