62,247
社区成员




var datas = eval('(' + msg.d + ')');
参考:https://www.cnblogs.com/superfeeling/p/4698948.html
Dictionary<string,string> ofd = new Dictionary<string,string>() ;
ofd.Add( "msgCode", "-1");
ofd.Add("msg","错误");
ofd.Add("data", "");
return ofd;