类 StringUtils
java.lang.Object
com.zhipu.oapi.utils.StringUtils
-
构造器详细资料
-
StringUtils
public StringUtils()
-
-
方法详细资料
-
isEmpty
-
isNotEmpty
-
formatString
- 参数:
tpl- the template, use {Name} as placeholder, e.g.: "My name is {name}"params- the k-v pair. key should exist in tpl. with the template above, key can be "name"- 返回:
- String
-
formatString
-
main
- 抛出:
Exception
-