摘要:
public class SplitString {String splitStr;int SplitByte;public SplitString(String str,int bytes){ splitStr=str; SplitByte=bytes; System.out.println("the String is:"+splitStr+"-----"+"length is:"+splitStr.length()+"---"+"截取长度是:"+SplitByte);}public voi 阅读全文
posted @ 2013-09-11 16:23
ilxx1988
阅读(424)
评论(0)
推荐(0)
浙公网安备 33010602011771号