字符串拼接效率
摘要:public class StringJoinPerformance { public static void main(String[] args) { int loop = 10000000; String name = "illusion"; String sex = "男"; int age
阅读全文
posted @ 2016-03-02 23:56
posted @ 2016-03-02 23:56