大约有 4,000 项符合查询结果(耗时:0.0071秒) [XML]

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

使用照相机时老是弹出 error 201 : the camera d id not return an image ...

问题来自B站:https://message.bilibili.com/?spm_id_from=333.1007.0.0#/reply 解决方法: 1、很可能删除了 “Pictures“ 图片文件夹:/storage/emulated/0/Pictures,这个文件夹不能被相机组件自动创建。 2、官方确认这是一个bug,已修复。确认一下...
https://bbs.tsingfun.com/thread-1223-1-1.html 

App Inventor 2 如何跟踪查看Web客户端的请求标头? - App Inventor 2 中文...

如题,在手机App中通过Web客户端设置了一些请求标头,但是有没有生效,貌似无法查看,不像Chrome浏览器可以使用F12调试工具查看请求及响应的所有信息。 那么有没有办法查看呢?可以采用一种迂回的方式,将请求临时发到指...
https://bbs.tsingfun.com/thread-1275-1-1.html 

App Inventor 2 如何比较两个日期/时间? - App Inventor 2 中文网 - 清泛I...

利用计时器组件的相关方法: 比较两个日期/时间对象的毫秒数,具体请参见文档:https://www.fun123.cn/reference/ ... tml#Clock.GetMillis 即时时间的获取方法: 1、日期/时间选择框选中的 2、利用“计时器”组件自己创建,通过...
https://bbs.tsingfun.com/thread-1395-1-1.html 

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

由于是多用户,需要集中存储及验证用户信息,因此需要用到“网络微数据库“组件: 数据结构设计思路参考如下: 每个用户名作为一个key,值是字典(赋值给字符串就是JSON格式的),如: {"name":"张三",&qu...
https://bbs.tsingfun.com/thread-1487-1-1.html 

App Inventor 2内置块中字典如何遍历? - App Inventor 2 中文网 - 清泛IT...

App Inventor 2字典遍历字典代码块中没有提供遍历的方法,遍历方法在控制代码块 > 从字典循环中,参考代码如下:[hide][/hide] 更多有关字典的操作技巧请参考:https://www.fun123.cn/reference/ ... es.html#foreachdict 看看✧(≖◡≖✿)
https://bbs.tsingfun.com/thread-1489-1-1.html 

App Inventor 2中如何返回局部变量的值? - App Inventor 2 中文网 - 清泛I...

转会员提问:我想返回局部变量的值,在返回结果代码中没定义,怎么完成? 解决:按如下方式即可: [hide][/hide] 谢谢分享
https://bbs.tsingfun.com/thread-1490-1-1.html 

如何实现剪贴板的复制粘贴功能? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

剪贴板的复制粘贴功能,原生组件不支持。可以使用拓展: 中文网推出的中文版本: 英文原版: 用法很简单,请参考文档:https://www.fun123.cn/reference/extensions/clipboard.html
https://bbs.tsingfun.com/thread-1491-1-1.html 

App Inventor 2 如何分解字符串? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用文本的“分解”函数即可,文档直达:https://www.fun123.cn/reference/blocks/text.html#split
https://bbs.tsingfun.com/thread-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

转:你好,我想做一个APP,然后和那个掌控版做互联网通讯,但是我看这个里面没有那个通讯协议这个是需要再安装插件还是怎么弄? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt ...
https://bbs.tsingfun.com/thread-1577-1-1.html 

APPinventor如何输出三个数中最大值? - App Inventor 2 中文网 - 清泛IT社...

问:APPinventor输出三个数中最大值 答:使用“数学”中的“最大值”积木,点击拓展按钮拖动参数至3个,详细步骤如下: