jiapeng 8 anos atrás
pai
commit
164c9c9694

+ 1 - 1
jfwWebUtil/src/main/java/org/jfw/util/web/WebUtil.java

71
    			begin=i+1;
71
    			begin=i+1;
72
    		}
72
    		}
73
    	}
73
    	}
74
    	if(clen - begin == 1){
74
    	if(clen == begin){
75
    		list.add(ConstData.EMPTY_STRING);
75
    		list.add(ConstData.EMPTY_STRING);
76
    	}else{
76
    	}else{
77
    		list.add(new String(cs,begin,clen - begin));
77
    		list.add(new String(cs,begin,clen - begin));