: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)))
02-17会员管理插件源码
02-16动态创建菜单与响应事件源码,菜单编辑器
02-09画板快捷启动3.2源码修改版
02-09王者荣耀战力小程序源码分享
02-09简单的指定颜色抠图源码
02-05WinLicense授权SDK源码
02-05文本逐字分割源码及优化历程
02-05易语言调用cmd命令并编辑框显示执行结果
09-07C++的string的实现源码分析
10-15易语言word循环插入文字 图片工具源码