先提取多少月,再Replace 月.
我采用了一个笨办法:if(MyText.Length==7) {MyStr = MyText.Substring(5, 1);}else {MyStr = MyText.Substring(5, 2);}