2020年2月25日
摘要: 堆/栈/方法区 基本数据类型/引用数据类型/对象实例/static 内存存放 传值/传址(引用) 1 class Person{ 2 public String name; 3 public int number; 4 } 5 6 public class Test{ 7 public static 阅读全文
posted @ 2020-02-25 20:30 代码吴彦祖 阅读(151) 评论(0) 推荐(0) 编辑