摘要: public class StringDemo { public static void main(String[] args) { String s="AA"; char[] chs={'A','A'}; test(s,chs); System.out.println(s);//AA System 阅读全文
posted @ 2018-11-14 14:10 猥琐的二哈 阅读(203) 评论(0) 推荐(0)