#稍作

去除List列表中反复值(稍作调整,也适合于List<T> 和 List<?>)

方法一 循环元素删除 [c-sharp] viewplaincopypublic static void removeDuplicate(List list) {    for ( ...