刷題Day_1

1、 public class Test { public static void changeStr(String str) { str = 「welcome」; } public static void main(String[] args) { String str = 「1234」; changeStr(str); System.out.println(str); } } Please w
相關文章
相關標籤/搜索