跳到主要内容

next

返回当前位置的codepoint,并移动到下一个codepoint的位置

声明

array next(string str, int off)

参数

参数名描述
str字符串
off当前偏移量

返回值

[ 当前位置的codepoint, 下一个偏移量]

使用方式

返回文档