我采用了一个笨办法:if(MyText.Length==7) {MyStr = MyText.Substring(5, 1);}else {MyStr = MyText.Substring(5, 2);}