刷题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
相关文章
相关标签/搜索