10 2021 档案

摘要: 阅读全文
posted @ 2021-10-31 15:51 JLL1515 阅读(24) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-31 15:09 JLL1515 阅读(21) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-31 15:07 JLL1515 阅读(33) 评论(0) 推荐(0)
摘要:public class Demo01 { public static void main(String[] args) { //创建对象 Car car=new Car(); car.color="红色"; car.gulu=5; //调用方法 对象名.方法名() car.run(); }} pu 阅读全文
posted @ 2021-10-31 14:56 JLL1515 阅读(47) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-10-18 15:37 JLL1515 阅读(22) 评论(0) 推荐(0)