代码:
StringBuilder str =new StringBuilder ("hello");
str.append("imooc");
str.append("520");
System .out .println(str);
运行结果:
hello imooc520
亲 你的代码运行结果是“helloimooc520”,见图1;
示例代码和你的代码不一样,imooc前是有一个空格滴!见图2
仔细一点就好
啦:-D
你注意看他给出的那张图片,imooc前面有一个空格 “ imooc”
拷贝你的代码,在eclipse运行运行 输出helloimooc520 中间没有空格