Flash Player 4。不鼓励在 Flash 5 中使用该函数,而推荐使用 String.substr()。
String.substr()
mbsubstring(value, index, count)
value, index, count
value 要从其中提取新的多字节字符串的多字节字符串。
value
index 要提取的第一个字符的编号。
index
count 要包含在所提取字符串中的字符数,其中不包括 index 字符。
count
字符串。
字符串函数;从多字节字符串中提取一个新的多字节字符串。