读书人

Listlt;stringgt; strings = new Listlt;str

发布时间: 2013-06-25 23:45:41 作者: rapoo

List<string> strings = new List<string>();出错
List<string> strings = new List<string>();出错,可能是缺using,using怎么写?
[解决办法]
出什么错?
using System.Collections.Generic;
[解决办法]
using System.Collections.Generic;

读书人网 >C#

热点推荐