System.out.println("var:"=var); 提示
The left-hand side of an assignment must be a variable
“var:”提示不对
System.out.println("var:"+var);