摘要: public class Stringtoint { public static void stringtoint(String s){ //判断字符串是否为null和是否为空 if(s == null || s.length() == 0) return; char[] temp = s.toCh 阅读全文
posted @ 2015-09-17 21:17 zhuoyuzz 阅读(366) 评论(0) 推荐(0) 编辑