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

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

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

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

上线当天App就崩了,才发问题是手机网络超时没处理——用App Inventor 2的W...

... • 用户输入商品关键词 • 调用第三方价格API(返回JSON) • 解析数据,在列表中展示结果 问题出在第二步——他完全没有考虑网络异常的情况。 技术方案 我帮老刘用Web组件重新设计了API调用流程,核心改动有四个...
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-3088-1-1.html 

7个App Inventor 2文件操作实用技巧,读写文件从未如此顺手 - App应用开发 ...

...,返回形如 /storage/emulated/0/Android/data/包名/files/subdir/data.json 的完整路径。这个方法在需要将文件路径传给其他组件(如Web组件的URL、图片组件的文件路径)时格外好用,省去了手动拼串的烦恼。 速查表 场景 | 推荐作用域 | ...
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-...