摘要:
package lock8; import java.util.concurrent.TimeUnit; public class Test1 { public static void main(String[] args) { Phone phone = new Phone(); new Thre 阅读全文
摘要:
package array; public class Demo02 { public static void main(String[] args) { //静态 int[] a = {1,2,3}; int[] b = new int[3]; b[0]=5; b[1]=6; b[2]=7; Sy 阅读全文
摘要:
快捷键 ctrl+D,复制当前行到下一行 与或非 package org.example; public class demo02 { public static void main(String[] args) { boolean a = true; boolean b=false; System 阅读全文