TypeScript 中的所有數字都是浮點值,可支援的進制有以下幾種: 十進制(dec); 十六進制(hex); 八進制(oct); 二進制(bin). let decimal: number = 6 // ...
確定! 回上一頁