typescript中的類型別名

關鍵詞type // 類型別名用法 自定義本身類型 type myType = { name: string, age: number, }
相關文章
相關標籤/搜索