More Examples. Convert a number to a string, using different bases: let num = 15; let a = num.toString(); let b = num.toString(2); let c = num.toString(8);
確定! 回上一頁