摘要: //java中常量的定义 public class first{ static final int YEAR=365; //声明一个常量 public static void main(String[] args){ System.out.println("两年等于"+2*YEAR+"天"); } 阅读全文
posted @ 2016-05-16 20:56 颖珂烨S 阅读(199) 评论(0) 推荐(0)