2019年6月25日

Java没有引用传递机制,C#有。

摘要: Java没有引用传递机制,C#有: public class Obj { private Integer myValue; public Integer getMyValue() { return myValue; } public void setMyValue(Integer myValue) 阅读全文

posted @ 2019-06-25 15:11 喷气机 阅读(360) 评论(0) 推荐(0)

导航