为什么之前学的时候println后面可以直接跟字符串? eg: System.out.println"男" 为什么现在println必须要加括号,println("男") 不都同样是字符串?
并不记得有这个例子(System.out.println"男"),从开始学就是一直有()的