请大佬解答
public class HelloWorld{
public static void main(String[] args) {
String hobby="我爱慕课网";
String student="www.imooc.com";
System.out.println("hobby");
System.out.println("student");
}
}
public class HelloWorld{
public static void main(String[] args) {
String hobby="我爱慕课网";
String student="www.imooc.com";
System.out.println("hobby");
System.out.println("student");
}
}
2021-10-14
举报