|
发表于 2024-9-30 17:51:38
|
显示全部楼层
广东省广州市
使用 zyJson模块
变量名 | 类 型 | 静态 | 数组 | 备 注 | _json | zyJsonDocument | | | _json2 | zyJsonDocument | | | txt | 文本型 | | |
txt = “{” + #引号 + “code” + #引号 + “:1,” + #引号 + “message” + #引号 + “:” + #引号 + “成功” + #引号 + “,” + #引号 + “result” + #引号 + “:{” + #引号 + “parentid” + #引号 + “:11274429,” + #引号 + “score” + #引号 + “:2.0,” + #引号 + “correctreply” + #引号 + “:” + #引号 + #引号 + “,” + #引号 + “correctAnswer” + #引号 + “:[” + #引号 + “A” + #引号 + “,” + #引号 + “B” + #引号 + “,” + #引号 + “C” + #引号 + “,” + #引号 + “D” + #引号 + “]}}”_json. 解析 (txt, , , )_json2. 创建 (, , , )_json2. 置属性 (“”, “answer”, _json. 取属性 (“result”, “correctAnswer”)) _json2. 置整数 (“questionId”, 1111111 )_json2. 置整数 (“score”, 0 )调试输出 (_json2. 到文本 (, , , ))
|
|