大约有 15,710 项符合查询结果(耗时:0.0169秒) [XML]

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

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中的“相反数”积木: 返回给定数字的负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1597-1-1.html 

App Inventor 2 蓝牙客户端,设备列表为空? - 创客硬件开发 - 清泛IT社区...

...题,需要在设置中打开相关权限,请参考文档: https://www.fun123.cn/reference/components/connectivity.html#BluetoothClient 代码没问题,那大概率就是权限问题了,不同手机可能不一样,具体操作方法可以网上搜一下。 有关安卓14的...
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时的加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html
https://bbs.tsingfun.com/thread-1611-1-1.html 

App Inventor如何取文本每一个字符进行运算? - App Inventor 2 中文网 - ...

...法,拿出每一个字符,比如某个字母'a'。 文档:https://www.fun123.cn/reference/blocks/text.html#segment 2、要看具体的每个字符的运算要求,是要字符还是字符对应的数字(ascii码)。 3、拿出的字符,可以转换成数字(ascii码):帮助->拓...
https://bbs.tsingfun.com/thread-1617-1-1.html 

App Inventor 2 网络微数据库你用对了吗? - App Inventor 2 中文网 - 清泛...

...9000 字节(9KB),超过则会保存失败。 来自:https://www.fun123.cn/reference/components/storage.html#TinyWebDB 学习了,谢谢分享
https://bbs.tsingfun.com/thread-1622-1-1.html 

MQTT相关知识研究笔记 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...(暂未研究)。 国外的平台: HiveMQ公共测试:https://www.mqtt-dashboard.com/ EMQX:broker.emqx.io 4、MQTT测试客户端: 不用挑选了,就它 MQTTX:https://mqttx.app/zh
https://bbs.tsingfun.com/thread-1645-1-1.html 

请问在APP INVENTOR 如何实现分页显示以及筛选显示 - App应用开发 - 清泛IT...

...的起始位置,读出数据显示即可。 筛选请参考:https://www.fun123.cn/reference/creative/filter_devicelist.html
https://bbs.tsingfun.com/thread-1661-1-1.html 

APP inventer 2 出现Runtime Error:No virtual method isDeniedPermission...

...行会报错,AI伴侣大概率也会。建议使用中文网(https://www.fun123.cn)平台,和MIT同步更新的。 参考:https://community.appinventor.mi ... permission/106211/9
https://bbs.tsingfun.com/thread-1668-1-1.html 

Unable to find component "SpaceView" while loading project &...

...件是Kodular专属的,请使用它们平台打开,网址: https://www.kodular.io/ 删除 Kodular 中所有仅在 Kodular 中存在的组件(如 Spaceview),删除 Kodular 项目中的 Kodular 中所有组件。然后重试。您可能无法避免“较新版本”消息。 参...
https://bbs.tsingfun.com/thread-1676-1-1.html 

App Inventor 2 要在界面上做一个电量图标,有什么好的思路吗? - App应用...

...获取手机电量数据? A:请使用拓展,参考这里:https://www.fun123.cn/reference/extensions/battery.html