会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
黑色瓶子
博客园
首页
新随笔
联系
订阅
管理
2020年5月3日
typescript中的类
摘要: typescript 中的类与 es6 中的类在使用上基本一样,举个小例子: class Person{ name:string; constructor(name:string){ this.name = name } sayHi(){ console.log('hi') } } // 定义 Te
阅读全文
posted @ 2020-05-03 09:49 黑色瓶子
阅读(335)
评论(0)
推荐(0)
编辑
公告