JavaScript 字符串长度
描述
length
属性返回字符串的长度。
空字符串的 length
属性为 0。
语法
string.length
返回值
类型 | 描述 |
数字 | 字符串的长度。 |
浏览器支持
length
是 ECMAScript1 (ES1) 功能。
ES1 (JavaScript 1997) 在所有浏览器中都完全支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 是 |
length
属性返回字符串的长度。
空字符串的 length
属性为 0。
string.length
类型 | 描述 |
数字 | 字符串的长度。 |
length
是 ECMAScript1 (ES1) 功能。
ES1 (JavaScript 1997) 在所有浏览器中都完全支持
Chrome | Edge | Firefox | Safari | Opera | IE |
是 | 是 | 是 | 是 | 是 | 是 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]