标签:class stat print world void span str hello oid
public class Demo{ public static void main(String[] args) { System.out.println("hello world"); } }
Hello World!
原文地址:https://www.cnblogs.com/xiexf/p/11746150.html