11 2013 档案
摘要:/// /// PY 的摘要说明。 /// public class PY { // Fields private string m_strAbbreviation; private string m_strFullCode; private string m_strFullCodeWithSpace; private string m_strInput; private static string[] pyStr; private static int[] pyValue; public PY() { // // TODO: 在此处添加构造函数逻辑 // ...
阅读全文