摘要: JAVA * while(count==0) {} // 不能写成while(count) java不会自己变类型 * int i; long sqr = (long)i*i; // 要手动做类型转换 * If you use the nextLine() method immediately fo 阅读全文
posted @ 2016-01-30 10:34 飞飞喵 阅读(269) 评论(1) 推荐(0)