String引用類型作爲形參爲什麼不會改變(從表面理解,

public class Test  {    public static void main(String[] args) {     String s="1";   Hero h = new Hero("紫醬",999);     char ch[]={'1','3'};System.out.println(s+" "+ch[1]);      System.out.println(h.toS
相關文章
相關標籤/搜索