复杂的格式化字符串问题现在由一个字符串是:6-A;6-B;7-C;7-B怎么把它格式化成6-A-B;7-C-B啊[解决办法]
struct struct1 { public int num; public string word; }