不懂点:
标签:Output作用
Hello World代码
public class HelloWorld {
private final static Stringwords ="Hello World";
public static void main(String[] args) {
System.out.println(words);
}
}
不懂点:
标签:Output作用
Hello World代码
public class HelloWorld {
private final static Stringwords ="Hello World";
public static void main(String[] args) {
System.out.println(words);
}
}
本文标题:2018-08-12 《Think in Java》第2章
本文链接:https://www.haomeiwen.com/subject/kjnebftx.html
网友评论