public String[] splitstr (String dist,String[] arr){//分割字符串 dist 用arr里面含有的字符分割}
这个方法该如何实现 最好能考虑到特殊字符的处理 ,
java中有spit方法,结合spit方法和正则表达式处理