摘要:
package operator;public class dome01 { public static void main(String[] args) { //ctrl+D 复制当前行到下一行 int a=10; int b=20; int c=25; int d=25; System.out. 阅读全文
摘要:
Hello world 随便新建一个文件夹, 存放代码 新建一个Java文件 文件后缀名为java 编写代码 public class Hello{ public static void main(String[] args){ System.out.print("Hello,World!"); } 阅读全文