摘要:
public class Change{ public static void main(String args[]){ final long L1=24* 60 * 60 * 1000 * 1000; final long L2=24* 60 * 60 * 1000; System.out.println(L1/L2); } } /** * output: 5 */ 为什么输出的是5呢? 再看下面的代码输出: public class Change{ public static void main(String args[]){ final long L1=2... 阅读全文
posted @ 2014-02-07 15:24
百易城
阅读(858)
评论(0)
推荐(0)
2014年2月7日