我需要来自结果字符串的单个不同字符串值。
我的字符串变量返回值如下:
string result = "1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1"; // from here I'll need 2
or string result = "1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1"; // from here I'll need 4
or string result = "1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1"; // from here I'll need 3