方法1List<String> stringList = new LinkedList<>();
stringList.add("a");
stringList.add("b");
stringList.add("c
2020-03-17