摘要: JDK的String类有一个intern方法: public native String intern(); 方法的注释: /** * Returns a canonical representation for the string object. * <p> * A pool of string 阅读全文
posted @ 2021-01-07 20:53 cdfive 阅读(127) 评论(0) 推荐(0)