下你所需,载你所想!
汇集开发技术源码资料

web微信协议源码 最新收发消息例子

:203.253KB :1 :2019-12-22 10:27:00

部分简介

json.解析 (临时消息文本)
index = json.成员数 (“ContactList”)
重定义数组 (Group, 假, index)
.计次循环首 (json.成员数 (“ContactList”), index)
Group [index].key = json.取通用属性 (“ContactList[” + 到文本 (index - 1) + “].UserName”)
Group [index].NickName = json.取通用属性 (“ContactList[” + 到文本 (index - 1) + “].NickName”)
index_x = json.成员数 (“ContactList[” + 到文本 (index - 1) + “].MemberList”)
' 调试输出 (“群名称:” + Group [index].NickName)
重定义数组 (Group [index].member, 假, index_x)
.计次循环首 (json.成员数 (“ContactList[” + 到文本 (index - 1) + “].MemberList”), index_x)
Group [index].member [index_x].key = json.取通用属性 (“ContactList[” + 到文本 (index - 1) + “].MemberList[” + 到文本 (index_x - 1) + “].UserName”)
Group [index].member [index_x].NickName = json.取通用属性 (“ContactList[” + 到文本 (index - 1) + “].MemberList[” + 到文本 (index_x - 1) + “].NickName”)
' 调试输出 (Group [index].member [index_x].NickName, Group [index].member [index_x].key)
.计次循环尾 ()
' 调试输出 (“-------------------------------------------end”)
.计次循环尾 ()
调试输出 (“群个数:” + 到文本 (取数组成员数 (Group)))

web微信协议源码 最新收发消息例子

热门推荐

相关文章