|
|
@ -51,7 +51,7 @@ public class NickNameUtil2 {
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
|
Random random = new Random();
|
|
|
|
Random random = new Random();
|
|
|
|
|
|
|
|
|
|
|
|
int headerIndex = random.nextInt(header.length);
|
|
|
|
int headerIndex = random.nextInt(header2.length);
|
|
|
|
sb.append(header2[headerIndex]);
|
|
|
|
sb.append(header2[headerIndex]);
|
|
|
|
sb.append("的");
|
|
|
|
sb.append("的");
|
|
|
|
int suffixIndex = random.nextInt(suffix.length);
|
|
|
|
int suffixIndex = random.nextInt(suffix.length);
|
|
|
|