摘要: 数据类型学习 public class Demo01 { public static void main(String[] args) { //单行注释 /*多行 注释*/ /*不能用关键字来做标识符*/ /*标识符可以大写字母,小写字母,美元符号,下划线_开头 ,不能以关键字作为变量名或方法名, 阅读全文
posted @ 2023-12-28 21:45 快乐的草履虫 阅读(22) 评论(0) 推荐(0)