关于C# 中list的操作

日期:2021-06-07 12:04:13 人气:1

关于C# 中list的操作

我在公司 刚刚用java写的,将就着看吧 不懂问我
private List<String> sd(List<List<String>> list) {
List<String> result = new List<String>();
if (list == null) {//如果传进来的list为空
return result;
}
int
    A+
热门评论