摘要: 标识符 标识符的注意点 如下所示 public class Demo01 { public static void main(String[] args) { ​ //大小写敏感 String Ahello="jipo"; String hello="jipo"; String $hello="ji 阅读全文
posted @ 2021-02-22 22:53 追风侍卫 阅读(66) 评论(0) 推荐(0)