首页
Java
登录
6mi
u
盘
搜
搜 索
Java
readonlyconst关键字
readonlyconst关键字
xiaoxiao
2021-02-28
103
readonly
:运行时常量。
程序运行时赋值、无法修改
。
const
:编译时常量。不能直接定义,
用static final定义
。
转载请注明原文地址: https://www.6miu.com/read-49879.html
技术
最新回复
(
0
)