日期:2014-05-17 浏览次数:20832 次
responseJson = ws.findFastMailDeliverPageList(requestJson);
Hashtable responseMap = JsonConvert.DeserializeObject<Hashtable>(responseJson);
string success = responseMap["success"].ToString(); // true
string msg = responseMap["msg"].ToString(); // null
// 快递列表
string lcList = responseMap["lcList"].ToString();
this.comboBox1.DataSource = products;
this.comboBox1.DisplayMember = "name";
this.comboBox1.ValueMember = "num";