摘要: 3.25Java常量 常量(constant)的特点 一个固定的值 利用关键字final来定义,常量一旦被初始化后不能再更改其值 /** * TestConstant * @author Lucifer */public class TestConstant { public static void 阅读全文
posted @ 2021-03-25 21:12 俊king 阅读(125) 评论(0) 推荐(0)