写法一: String value=Joiner.on("->").join(list); 写法二:String result = list.stream().collect(Collectors.joining("_"));