发布网友 发布时间:2022-04-22 18:13
共1个回答
热心网友 时间:2023-06-09 03:46
灞曞紑鍏ㄩ儴public class TestClass {
public static void main(String[] args) {
Hello hello = new Hello();
String str = hello.getInfo();
System.out.println(str);
}
}