摘要:
public class Test { public static void main(String[] args){ //输出一个长整型的变量 123456789012345 long h = 123456789012345l; System.out.println(h); //输出一个单精度的小数常量 2.4 ... 阅读全文
posted @ 2017-09-25 13:54
HyperYoung
阅读(164)
评论(0)
推荐(0)
If not now,when? If not you,who?