2015年6月5日
摘要: Hashtable ht2 = new Hashtable();ht2["aaa"] = ""; ht2["bbb"] = null; ht2["ccc"] = "11"; if (ht2 != null... 阅读全文
posted @ 2015-06-05 10:32 雪原日暮 阅读(111) 评论(0) 推荐(0)