摘要: 先来看看我的Webservice方法: 1 [WebMethod] 2 public ArrayList GetOuterLinkImage(string storeId) 3 { 4 ArrayList arr = new ArrayList(); 5 List<string> strs = new List<string>(); 6 strs.Add("aa"); 7 strs.Add("aaa"); 8 arr.Add(new DictionaryEntry("a", strs)); ... 阅读全文
posted @ 2011-12-20 19:03 与卡 阅读(6341) 评论(1) 推荐(1) 编辑