摘要: 八大基本数据类型 public class Demo02 { public static void main(String[] args) { String a="hello"; int mum=10; System.out.println(a); System.out.println(mum); 阅读全文
posted @ 2021-12-26 22:46 追风的羊 阅读(82) 评论(0) 推荐(0)