package com.imooc;
public class imooc {
public static void main(String[] args){
String love="imooc";
String.out.println("love1:"+love);
love="i love imooc";
String.out.println("love2"+love);
}
}用myeclipse出现问题:Exception in thread "main" java.lang.Error: Unresolved compilation problems: out cannot be resolved or is not a field out cannot be resolved or is not a field at com.imooc.imooc.main(imooc.java:6)求解,谢谢
- 2 回答
- 0 关注
- 1114 浏览
添加回答
举报
0/150
提交
取消