摘要: class Program { static void Main(string[] args) { List<string> st = new List<string>(); st.Add("A"); st.Add("B"); //st.Add("C"); bool isF = false; st.ForEach(p => { if (!isF) {... 阅读全文
posted @ 2013-04-19 13:05 Go和分布式IM 阅读(202) 评论(0) 推荐(0) 编辑