Commit cb7082e3 authored by caihaifei's avatar caihaifei

update.

parent 1d72deb5
Pipeline #16247 canceled with stage
--- ---
title: TypeScript泛型 title: TypeScript泛型
date: 2022/5/10 16:00:00 date: 2022/5/10 16:00:00
tags: tags:
- 前端 - 前端
- typescript - typescript
author: 杨靖 author: 杨靖
--- ---
## 泛型 ## 泛型
泛型(Generics)是指在定义函数、接口或类的时候,不预先指定具体的类型,而在使用的时候再指定类型的一种特性。 泛型(Generics)是指在定义函数、接口或类的时候,不预先指定具体的类型,而在使用的时候再指定类型的一种特性。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment