摘要:
1输出一个长整型 public class Long { public static void main(String[] args) { long l=123456789123; System.out.println("长整型变量为:"+l); } } 2输出一个单精度常量 public class Float { public static void m... 阅读全文
posted @ 2017-10-08 16:22
安静惠
阅读(231)
评论(0)
推荐(0)