111,129
社区成员
发帖
与我相关
我的任务
分享
JsonObject s=
{"a":1,"b":1,"c":0,"d":0,"e":5,"task":{"taskId":0,"taskFlag":0},"allowBison":1,"exp":347937,"weather":
{"weatherId":1,"weatherDesc":""},
"serverTime":{"time":1289968006},
"user":{"uId":446266011,
"uinLogin":,
"userName":"",
"money":48634,
"headPic":"",
"exp":347937,
"yellowlevel":7,
"yellowstatus":1,
"canbad":50,
"userName":"",
"headPic":"http://xy2.store.qq.com/c265e4bd629300c5e6449bf193e579461345b896e236d0c50",
"missionTime":168711,
"pf":1,
string d=GetJson("user").GetValue("uId");
//能获取到 446266011
string s = _status.GetJson("user").GetValue("headPic");
//结果s="";
自己顶下