public class HelloWorld{ public static void main(String[] args) { String hooby = "慕课网";System.out.println(hobby);}}
1 回答
王家大少
TA贡献17条经验 获得超14个赞
public class HelloWorld{ public static void main(String[] args) { String hooby = "慕课网"; System.out.println(hobby); } } 注意看你的代码,前门的变量是hooby,后面打印的是hobby。
添加回答
举报
0/150
提交
取消