Flash Player 5。
my_str.length
my_str
.length
属性;一个非从零开始的整数,表示指定 String 对象中的字符数。
因为所有字符串索引都是从零开始的,所以任何字符串 x 的最后一个字符的索引都是 x.length - 1。
x
x.length - 1