我想问问各位大佬,当我们String aa = new stringBuilder().append("jjj").toString()的时候,这个string 是字面量还是引用,是类似于new 这种形式还是类似于“”这种