大约有 2,100 项符合查询结果(耗时:0.0081秒) [XML]

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

python代码如何导入app inventor - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

python代码可以导入app inventor吗?怎么操作?你好,目前不支持python代码导入转换appinventor功能。 目前仅支持代码块转换python,代码也是仅供参考,这个功能是fun123.cn全网独有研发的。 反向转换未来可能会探索一下,敬请期...
https://bbs.tsingfun.com/thread-2297-1-1.html 

模拟器启动失败:找不到 msvcp140.dll - App Inventor 2 中文网 - 清泛IT社...

msvcp140.dll 及相关的微软的运行环境安装即可: https://aka.ms/vs/16/release/vc_redist.x64.exe https://aka.ms/vs/16/release/vc_redist.x86.exe
https://bbs.tsingfun.com/thread-2298-1-1.html 

如何实现文字朗读 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如何实现点击朗读按钮可以朗读一段文字文本朗读器组件就可以实现:https://www.fun123.cn/reference/ ... a.html#TextToSpeech 入门教程中“语音机器人Robot”案例可以学习一下:https://www.fun123.cn/reference/info/#AppEntry
https://bbs.tsingfun.com/thread-2299-1-1.html 

AppInventor手机报警可以加振动效果吗? - App Inventor 2 中文网 - 清泛IT...

使用“音效”组件的“振动”方法,可以实现手机振动效果: https://www.fun123.cn/reference/ ... .html#Sound.Vibrate
https://bbs.tsingfun.com/thread-2301-1-1.html 

垂直布局,高度无法充满怎么解决 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

C:\Users\Lenovo\Desktop\wechat_2025-04-06_205731_542.png你好,请把 Screen1 下面的组件树展开看看。 目测是因为这个 垂直布局 的父组件,高度没有充满整个屏幕,所以它只能充满它的父组件的高度。没有设置的选项App Inventor 2  发表...
https://bbs.tsingfun.com/thread-2312-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

1、UUID 背后的理念是,由于空间非常大(2^128,比宇宙中原子的估计数量还要多),随机选择两个 UUID 来标识事物时几乎不可能产生碰撞。如果您知道要连接的服务/特性,那么将它们编码到应用程序中是有意义的。如果您正在开...
https://bbs.tsingfun.com/thread-2326-1-1.html 

低频率蓝牙发送报文报错,报错内容和程序如下。麻烦老师们帮忙解决一下 - A...

低频率蓝牙发送报文报错,报错内容和程序如下。麻烦老师们帮忙解决一下 值是一个字节列表,不是文本。 utf16  参数建议 “假”。
https://bbs.tsingfun.com/thread-2330-1-1.html 

app inventor 2 怎么进行延迟操作? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 2 怎么进行延迟操作?https://www.fun123.cn/reference/creative/sim_sleep.html App Inventor 2 模拟sleep函数 App Inventor 2 原生没有 sleep 及相关函数,需要模拟实现,经过测试这里给出一个既简单又相对高效率的实现方案:需要用到计时...
https://bbs.tsingfun.com/thread-2342-1-1.html 

【独家重磅】AppInventor2支持自定义apk包名(PackageName) - App Inventor ...

自定义包名: 包名规则: 编译后的apk信息:
https://bbs.tsingfun.com/thread-2344-1-1.html 

显示60秒的倒计时代码怎么做 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

显示60秒的倒计时代码怎么做参考代码如下: 效果如下: