原本一个字符,如下:

string str =  "1.txt,10.txt,2.txt,3.txt";


要求排序结果:

1.txt,2.txt,3.txt,10.txt



写一个类来解释字符串。
对字符串进行排序_Dictionary


对字符串进行排序_substring_02


网页运行输出结果:
对字符串进行排序_Dictionary_03