摘要: class Demo04 { public static void main(String[] args) { //调用方法 方法名(实参列表) //print(); //method(20); t(14,25); } //输出 hello world //public static void pr 阅读全文
posted @ 2022-04-21 15:29 猫java猫 阅读(113) 评论(0) 推荐(0)