Java 變量參數傳入方法,修改後是否影響外面的值

public class Test2 { public static void setValue(String str){ str = "ss"; } public static void setValue(Man str){ str = new Man("test"); } public static class Man
相關文章
相關標籤/搜索