2013-02-01 50 views

回答

9
var b = new List<string> {a}; 
0
String a = "a"; 
    List<string> b = new List<string>{a};