Skip to content

StringUtil

xu.jingyu edited this page Jan 14, 2020 · 4 revisions

继承关系

StringUtil

简介

String工具类,可进行json与Map、Array之间互相转换,获取字符串长度,计算字符串尺寸

API

length(number length)

获取字符串长

jsonToMap(string json)

json字符串转map

map转json字符串

jsonToArray(string json)

json字符串转array

array转json字符串

sizeWithContentFontSize(string content, number fontSize)

根据字体大小获取字符串尺寸

sizeWithContentFontNameSize(string content, string fontName, number fontSize)

根据字体名字和大小获取字符串尺寸

md5(string str)

字符串MD5取值

Clone this wiki locally