为什么我在第三行加入 String hooby=”慕课网“; 不行呢?
public class HelloWorld{
public static void main(String[] args) {
String hooby = "慕课网";
System.out.println(hobby);
}
}
为什么我这样不行呢
public class HelloWorld{
public static void main(String[] args) {
String hooby = "慕课网";
System.out.println(hobby);
}
}
为什么我这样不行呢
2020-07-10
举报