摘要: public class KeyValue { private string key = string.Empty; public string Key { get { return key; } set { key = value; } } private string value = strin 阅读全文
posted @ 2016-03-01 17:49 如.若 阅读(281) 评论(0) 推荐(0) 编辑