字符串连接器的继续改造 - StringConn
import com.google.common.collect.Lists;
import java.util.List;
/**
* Created by 谭健 on 2018/4/10 0021. 14:04.
* © All Rights Reserved.
*
* 主要是为了方便字符串连接操作的
*/
public class StringConn {
// 给每个对象的预设长度
private static final int DEFAULT_CAPACITY =