mbsubstring

可用性

Flash Player 4。不鼓励在 Flash 5 中使用该函数,而推荐使用 String.substr()

用法

mbsubstring(value, index, count)

参数

value 要从其中提取新的多字节字符串的多字节字符串。

index 要提取的第一个字符的编号。

count 要包含在所提取字符串中的字符数,其中不包括 index 字符。

返回

字符串。

说明

字符串函数;从多字节字符串中提取一个新的多字节字符串。

另请参见

String.substr()