以下说法错误的是(D) A.针对一个 String 对象频繁调用 += 是比较低效的. B.可以使用 StringBuilder 中的 append 方法更高效完成字符串拼接

NoSuchKey