摘要: string1.equals(string2) 比较字符串 substring()它有两种形式,第一种是:String substring(int startIndex)第二种是:String substring(int startIndex,int endIndex) 注意:从位置0开始,包含st 阅读全文
posted @ 2014-07-18 17:16 emanlee 阅读(468) 评论(0) 推荐(0) 编辑
摘要: int iValue = new Integer(strValue).intValue();String str = intObj.toString();int number = Integer.parseInt(str);public static Object read(String value... 阅读全文
posted @ 2014-07-18 14:39 emanlee 阅读(221) 评论(0) 推荐(0) 编辑