2020年11月16日
摘要: 一.可以用数组创建对象 public class Demo { public static void main(String[] args) { Dog[] pets; pets = new Dog[7]; pets[0] = new Dog(); pets[1] = new Dog(); pets 阅读全文
posted @ 2020-11-16 14:37 又在化学楼迷路了 阅读(176) 评论(0) 推荐(0)