大约有 1,600 项符合查询结果(耗时:0.0041秒) [XML]

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

App Inventor 2 怎么获取输入对话框中用户输入的文本? - App Inventor 2 ...

...“就是用户输入的内容,取消也有相应事件。详细请查看文档。 事件通知到了就表明用户完成了输入并点击确定,在事件中处理逻辑,参数”响应“即是用户输入的内容。[/hide]看看代码快学习下,看看是怎么实施的
https://www.fun123.cn/aia-store/240326225759401 

未来世界闯关小游戏 · App Inventor 2 源码商店

... 开始编程 中文文档 中文教程 中文社区 关于 关于我们 发布日志 服务条款 ...
https://www.fun123.cn/aia-store/240326225256075 

碳达人挑战小游戏 · App Inventor 2 源码商店

... 开始编程 中文文档 中文教程 中文社区 关于 关于我们 发布日志 服务条款 ...
https://bbs.tsingfun.com/thread-1545-1-1.html 

条码扫描器组件扫描时报错:Your device does not have a scanning applica...

...性设置为假(去掉勾选)即可 原理的话,具体请参考文档:https://www.fun123.cn/reference/ ... html#BarcodeScanner 设置是否要使用外部扫描程序,例如扫码机。 如果为 假,则将会使用已集成到 App Inventor 中的 ZXing 的某个版本(注:ZXin...
https://www.fun123.cn/aia-store/240327224946966 

多用户注册登录、签到系统(网络版) · App Inventor 2 源码商店

... 开始编程 中文文档 中文教程 中文社区 关于 关于我们 发布日志 服务条款 ...
https://bbs.tsingfun.com/thread-1556-1-1.html 

App Inventor 2 怎么选择并打开一个文本文件? - App Inventor 2 中文网 - ...

...一个文件后,将路径给文件管理器打开即可,具体请参阅文档:https://www.fun123.cn/reference/components/media.html#FilePicker [/hide] upupupupupupup
https://bbs.tsingfun.com/thread-1584-1-1.html 

app inventor屏幕属性中的文件范围分别是什么意思? - App Inventor 2 中文...

...头的文件名是程序包中的文件,只读,不可写。 来源文档:https://www.fun123.cn/reference/components/storage.html#File
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-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1600-1-1.html 

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

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