HelloWorld 用户194557825297 2023-05-13 37 阅读1分钟 public class HelloWorld{ public static void main(String[]args){ System.out.println("Helloworld"); } }