首页
编程
java
php
前端
首页
编程
java
php
前端
.Net C# xml 转List<object>
现在可以转List,但不知道如何转List.
return list.Select(x => (object)x).ToList();
点击展开全文