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