一.javascript型別javascript有7種類 ... Blue = 'b'} // 列舉let notSure: any = 4; // 任意型別let list: any[] = [1, true, "free"]; // 任意型別 ...
確定! 回上一頁