标签:intern

  • Java String intern()

    intern() 方法返回字符串对象的规范化表示形式。它遵循以下规则:对于任意两个字符串 s 和 t,当且仅当 s equals(t) 为 true 时,s