摘要: 1输出一个长整型 public class Long{ public static void main(String[] args) { long l=123456789123; System.out.println("长整型变量为:"+l); }} 2输出一个单精度常量public class F 阅读全文
posted @ 2017-10-08 15:38 二宫和我 阅读(235) 评论(0) 推荐(0)