摘要: 1. 从System.String[]转到List<System.String>System.String[] str={"str","string","abc"};List<System.String> listS=new List<System.String>(str);2. 从List<Sys 阅读全文
posted @ 2017-08-24 13:06 Super元素 阅读(9957) 评论(0) 推荐(1) 编辑