public enum colors { red,blue,green }
var list=Enum.GetValues(typeof(colors)).Cast<colors>().Select(a => new { value = (int)a, text = a.ToString() });
張貼留言
1. 確定檔案編碼為 UTF-8 2. 開頭先執行 chcp 65001
沒有留言:
張貼留言