Integer.parseInt("123");Long.valueOf();Long.parseLong();
1.Integer.parseInt(str);2.str.charAt(i)分别遍历字符串;
Integer中方法有parseInt等