1. 梗概: 必须与以下一摸一样: public static void main(String[] args){} 必须是public 必须是静态的(static) 必须是void 必须具有字符串数组形参