String.length

可用性

Flash Player 5。

用法

my_str.length

说明

属性;一个非从零开始的整数,表示指定 String 对象中的字符数。

因为所有字符串索引都是从零开始的,所以任何字符串 x 的最后一个字符的索引都是
x.length - 1