1, int nValue = (int)Enum.Parse(typeof(engDays), "Friday"); // 5. 2, string strDays = Enum.GetName(typeof(Days), nValue); // 禮拜五 ...
確定! 回上一頁