类的使用
com.gdxsoft.easyweb.utils.msnet.MStr
使用MStr的程序包
-
com.gdxsoft.easyweb.utils.msnet中MStr的使用
修饰符和类型方法说明添加内容 = append添加内容,并在结尾添加新行(newLine),默认\r\n = appendLine添加内容MStr.appendLine(Object val) 添加内容,并在结尾添加新行(newLine),默认\r\nMStr.delete(int startIndex, int endIndex) 删除字符串插入字符串只替换一次MStr.substring(int startIndex) 提取字符串