首页 > 编程 > Java > 正文

初学Java所犯的问题

2019-11-08 00:57:27
字体:
来源:转载
供稿:网友

eclipse报错the method PRintln(String) is undefined for the type PrintStream

解决方案:System.out.println("Hello world");

......我把println写成了printIn..   应该是小写的l,而不是大写的i....再见


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表