会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
流云如水
博客园
首页
新随笔
联系
订阅
管理
2021年8月4日
TypeScript学习笔记(四)
摘要: TypeScript的类 类的基本使用 新建文件demo.ts,写入以下内容: class Father { content = "我是你父亲!"; say() { return this.content; } } let father = new Father(); console.log(fat
阅读全文
posted @ 2021-08-04 14:21 流云如水
阅读(67)
评论(0)
推荐(0)
公告