摘要:
//方式一: 获取JSON:格式为: [{"ID":"aaaa","NO":"111","NAME":"111","DESC":"1111"},{"ID":"bbbb","NO":"222","NAME":"222","DESC":"2222"}] //解析json public 阅读全文
摘要:
//微信解绑 public string CancleBind(string tel, string pwd) { string st = Picdata.CancleBand(); string Str = GetJson(st + tel + "&idno=" + pwd + ""); // s 阅读全文