摘要: 为何结果为AB、B? public static void main(String[] args) { StringBuffer a=new StringBuffer("A"); StringBuffer b=new StringBuffer("B"); warp(a,b); System.out. 阅读全文
posted @ 2017-11-29 10:59 根须 阅读(123) 评论(0) 推荐(0)