程序入口错了 主函数必须要字符串数组 ,少了中括号了,public static void main(String[] args){
main方法的参数是错误的,正确的参数应该是public static void main(String[] args) {. . .} String数组