我正在typescript 中建立一個具有如下ES6(ECMAscript 2016)Map屬性的類: ... type MyMapLikeType = Record<string, IPerson>; const peopleA: ...
確定! 回上一頁