摘要: 要求变量的使用要严格符合规定,所有变量都必须先定义后使用 安全性高 速度慢 public class demo02 { public static void main(String[] args) { String a ="hello"; System.out.println(a); } } pub 阅读全文
posted @ 2021-09-07 17:15 阿龙学编程 阅读(148) 评论(0) 推荐(0)