原始类型 const a:string = 'foo'; const b:number = 123; const ... 常量枚举const enum PostStatus { Draft, Unpublished, Published } const post ...
確定! 回上一頁