The length property has the string length, it simply returns the number of characters in the string: let str = "hello123"; alert(str.length); // 8 // the ...
確定! 回上一頁