收起
不能直接写在类里面,要写在方法里面,你需要写个main方法,把这些代码放到main方法里面
public static void main(String[] args) { //你的代码 }
报告相同问题?