标签: java
Set<Long> set = new HashSet(); set.add(123455678l); set.add(124561233l);
如何将上述Set转换为String类型的List?没有迭代