2013年8月28日
摘要: public class Test { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int a = Integer.valueOf("05170956"); System.out.println("a=" + a); }} 阅读全文
posted @ 2013-08-28 13:06 雪花神剑 阅读(144) 评论(0) 推荐(0)