main方法呢。 main是java会主动调用的一个方法 其他的方法都是需要你去手动写才会去调用的 你不写main方法 它没有办法去给你调用啊把你的代码放到这个里边再去运行一下public static void main(String[] args){
}
你有主方法吗
main方法呢