工具类
文章平均质量分 57
tootooot
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
分割java字符串,工具类
根据分割符分割指定字符串 注意 1.list要放在函数外面 2.函数要返回list,不能返回null 代码 import java.util.ArrayList; import java.util.List; public class UtilString { static List list=new ArrayList();① /**原创 2017-09-22 12:02:07 · 2477 阅读 · 1 评论 -
beanutil
@Test public void beanutil() throws IllegalAccessException, InvocationTargetException { // TODO 自动生成的方法存根 Student stu=new Student(); Student stu2=new Student();原创 2017-09-27 22:25:49 · 270 阅读 · 0 评论
分享