摘要: ublic class Demo03ArrayList { public static void main(String[] args) { ArrayList<String> list=new ArrayList<String>(); list.add("张三"); list.add("李丽"); 阅读全文
posted @ 2021-01-14 21:16 wangchw 阅读(491) 评论(0) 推荐(0) 编辑
摘要: public class Demo02ScannerSum { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("请输入第一个数字:"); int a = 阅读全文
posted @ 2021-01-14 09:59 wangchw 阅读(727) 评论(0) 推荐(0) 编辑