摘要: package wjb; public class wjbc { public static void main(String[] args) { int a=5; int b=6; int c; c=a; a=b; b=c; System.out.println("a="+a); System.o 阅读全文
posted @ 2020-03-19 11:36 蔚丶然 阅读(149) 评论(0) 推荐(0)
摘要: package wjb; public class wjbc { public static void main(String[] args) { System.out.println("hello"); System.out.println("world"); } } 阅读全文
posted @ 2020-03-08 16:44 蔚丶然 阅读(181) 评论(0) 推荐(0)