大约有 3,700 项符合查询结果(耗时:0.0106秒) [XML]

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

有返回值的过程代码块怎样执行代码块并返值? - App Inventor 2 中文网 - ...

...回值的函数中就可以了。 文档地址: https://www.fun123.cn/reference/blocks/control.html#doreturn
https://www.fun123.cn/referenc... 

MultiImagePicker 拓展:图片单选/多选扩展 · App Inventor 2 中文网

... 拓展下载 .aix 最新拓展下载: cn.fun123.MultiImagePicker.aix 您的改进建议 联系方式: 不需要回复的可留空~ 意见反馈(300字以内): 给个鼓励也行呐~o~ ...
https://bbs.tsingfun.com/thread-2931-1-1.html 

Notifier是什么组件? - App Inventor 2 离线版 - 清泛IT社区,为创新赋能!

我在看一本书。一个记事本项目,其中有个组件叫Notifier。在界面设计里找不到。用户界面 -> 对话框组件,文档见:https://www.fun123.cn/reference/ ... rface.html#Notifier
https://bbs.tsingfun.com/thread-2940-1-1.html 

界面可以全屏吗? - App应用开发 - 清泛IT社区,为创新赋能!

可以的。screen1 属性可以设置: 更多参考:https://www.fun123.cn/reference/creative/fullscreen.html
https://bbs.tsingfun.com/thread-2971-1-1.html 

模拟器怎么让程序重新加载?不用重置连接,一个菜单就搞定 - AI 助手 - 清...

...App Inventor 2 中文网 ai2claw 更多教程和资源:https://www.fun123.cn
https://www.fun123.cn/referenc... 

GestureDetector 手势检测拓展:旋转、缩放和滑动手势检测,自定义手势识别...

...控制等需要手势交互的场景。 .aix 拓展下载: cn.fun123.GestureDetector.aix 基本用法 旋转/缩放(绑定到 Canvas): 在设计器中拖入 Canvas 画布组件 拖入 RotationDetector 或 ScaleDetector 组件 在 Screen.Initialize 中调...
https://bbs.tsingfun.com/thread-3007-1-1.html 

App Inventor 2 数据库方案全览:从本地存储到云端服务 - App应用开发 - 清...

...文档:数据库方案对比 本文由 App Inventor 2 中文网(fun123.cn)团队整理发布。
https://bbs.tsingfun.com/thread-3012-1-1.html 

App Inventor 2 项目会自动保存吗?这两个操作很多人不知道 - App应用开发 ...

...然就上去了。 --- 本文由 App Inventor 2 中文网(www.fun123.cn)原创整理,欢迎转发分享!
https://stackoverflow.com/ques... 

What is Python used for? [closed]

...ect oriented, multipurpose programming language, designed to be quick (to learn, to use, and to understand), and to enforce a clean and uniform syntax. Python is dynamically typed: it means that you don't declare a type (e.g. 'integer') for a variable name, and then assign something of that type (...
https://stackoverflow.com/ques... 

How does JavaScript handle AJAX responses in the background?

...t the titles: "Event Flow", "Event Queuing" and "Non-user Events": you'll learn that: Javascript runs in a single thread for each browser tab or window. Events are queued and executed sequentially. XMLHttpRequest are run by the implementation and callbacks are run using the event queue. Note: Or...