initial static method

String initial()

获取初始排序字符串(用于第一个元素)

Implementation

static String initial() {
  return 'U00000'; // 从中间位置开始
}