大约有 200 项符合查询结果(耗时:0.0042秒) [XML]

https://bbs.tsingfun.com/thread-1813-1-1.html 

mqtt 接收的信息为json格式 怎么将json 信息解析出来显示在指定的文本上 ...

需要解析的JSON 格式 接收的信息,通过JSON解析后 把WD 的参数24 解读出来 显示到文本上 代码如下: 注意:此代码块是右键导出的png,具有还原代码块的功能,无需手动一个个处理。 具体还原方法请参考:https:...
https://bbs.tsingfun.com/thread-2945-1-1.html 

AppInventor 如何拼接 json 文本 - App应用开发 - 清泛IT社区,为创新赋能!

需要拼接 json 文本通过 mqtt 发送,原理是利用字典的特性,它天生就是 json 的一种表现,打印出来就是 json 格式文本,拼接方式如下: 使用 创建字典 代码块,默认只有 2 个插槽,表面上看起来只能放 2 组数据,但是它是...
https://bbs.tsingfun.com/thread-3044-1-1.html 

App Inventor 2 字典 vs 列表:同样存数据,性能差了10倍? - App应用开发 ...

...拉到同一赛道上,从定义、创建、读写性能、嵌套处理、JSON 兼容性等维度逐一 PK,帮你彻底搞清楚:什么场景下该选谁。<br><br><hr><br><b>逐一 PK:字典 vs 列表核心能力对比</b><br><br><br><table border="1" cellpadding="4" cellspacing="0" style="b...
https://bbs.tsingfun.com/thread-2144-1-1.html 

【解决】钉钉机器人“errcode“: 40035, “errmsg“: “缺少参数 json“ - ...

钉钉机器人“errcode“: 40035, “errmsg“: “缺少参数 json“,解决: Post后面直接跟json才行,不能使用“创建数据请求”+双层列表&nbsp; &nbsp;的模式。
https://bbs.tsingfun.com/thread-2631-1-1.html 

AppInventor2 解析json数据技巧 - App应用开发 - 清泛IT社区,为创新赋能!

{ &nbsp;&nbsp;&quot;code&quot;: 0, &nbsp;&nbsp;&quot;data&quot;: [ &nbsp; &nbsp; { &nbsp; &nbsp;&nbsp; &nbsp;&quot;identifier&quot;: &quot;CH4&quot;, &nbsp; &nbsp;&nbsp; &nbsp;&quot;time&quot;: 1762406563579, &nbsp; &nbsp;&nbsp; &nbsp;&quot;value&quot;: &quot;6.9&quot;, &nbsp; &nbsp;&nbsp; &nbsp;&qu...
https://bbs.tsingfun.com/thread-1395-1-1.html 

App Inventor 2 多用户注册登录功能如何实现? - App Inventor 2 中文网 - ...

... 每个用户名作为一个key,值是字典(赋值给字符串就是JSON格式的),如: {&quot;name&quot;:&quot;张三&quot;,&quot;password&quot;:&quot;123456&quot;,&quot;xx&quot;:&quot;xxx&quot;} 用户信息注册后,按key和json值进行网络存储;登录时,通过用...
https://bbs.tsingfun.com/thread-1657-1-1.html 

AppInventor2 调用位置传感器在高德地图上显示当前位置存在偏差?需进行坐...

...高德官网查看。 获取坐标转换结果时我们得到的是JSON字符串,利用App inventor的字典很容易进行解析,以下是通过坐标转换API获取的JSON字符串示例: {&quot;status&quot;:&quot;1&quot;,&quot;info&quot;:&quot;ok&quot;,&quot;infocode&quot;:&quot;10...
https://bbs.tsingfun.com/thread-2818-1-1.html 

MQTT报文多个数据的提取 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...51919 &nbsp; &nbsp; } &nbsp;&nbsp;] } 见上面代码块,解析json,拿出数据项,是一个列表,拿出第一项目中的value,结果是:75.45 要取其他项的数据,改动上面的索引值即可。 其他类似的帖子:https://bbs.tsingfun.com/thread-2631-1-...
https://bbs.tsingfun.com/thread-1554-1-1.html 

APP 添加新的房间开关 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

... 地址,值是房间 I'd,字典直接作为字符串保存默认就是 json 格式数据。json 读取出来赋值给字典,即可恢复影射关系字典。
https://bbs.tsingfun.com/thread-1814-1-1.html 

怎么从MQTT Topic接收的信息中解析出,然后查找想用的键值,让键值中的数据...

怎么将MQTT中接收的信息 Topic中接收的信息 解析成JSON 然后查找对应的键值 将数据显示到文本上https://bbs.tsingfun.com/thread-1813-1-1.html 把json换成你的topic就行了。 遇到问题的话,每一步的变量都打印出来看看,找到哪一步的问...