GBK字符串处理工具
- Source:
Methods
(static) cutstr(str, len) → {string}
- Source:
GBK字符剪切函数
Parameters:
Name | Type | Description |
---|---|---|
str |
string | 源字符 |
len |
number | 截取字符的GBK编码长度 |
Returns:
截取的字符
- Type
- string
(static) strLength(str) → {number}
- Source:
GBK长度计算函数
Parameters:
Name | Type | Description |
---|---|---|
str |
string | 源字符 |
Returns:
字符串长度
- Type
- number