今天学习java的hello world,发现代码
public class Helloworld{ public static void main(String []args){ System.out.println("Hello World!"); }}
相关分类