修饰符 返回值类型 方法名(参数类型 参数名1,参数类型 参数名2,…){方法体;return 返回值;} 我们今天的方法是这样的 public static 返回值类型 方法名 (参数类型 参数名1,参数类型 参数名2,…){ 方法体; [return 返回值;] }