大约有 47,000 项符合查询结果(耗时:0.0179秒) [XML]
Bad arguments to +:The operation + cannot accept the arguments:, [&qu...
...符串,不能有效地转换成数字,所以报错。
比如"123"这个字符串可以自动转数字,但是空文本不行。
文本要判断空,然后给数字 0。
同理,空文本不但不能转数字,也不能转列表、字典等数据类型,否则都会发...
appinventor2中求某个值在列表中的索引用什么方法? - App Inventor 2 中文...
... 1 开始。
更多列表用法请参考中文文档:https://www.fun123.cn/reference/blocks/lists.html
【学习合作计划】用费曼学习法快速提升你的App Inventor技能! - App Inven...
...成就更好的自己!
【App Inventor 2 中文网团队】
www.fun123.cn
AppInventor,AppInventor2,合作0
MQTT 打包后,运行退到后台在返回,mqtt连接掉线问题 - App应用开发 - 清泛...
...调一下这个过程,进行一次连接,就可以了。https://www.fun123.cn/reference/iot/MQTT.html
文档正在翻译进度过半。
试了,切走页面,又切回来,是 0,连接上是2。你通过这个状态进行一个判断,不要让你那个对话框总弹出。
...
怎么解决MQTT连接掉线,自动连接问题,同时解决,反复断开连接,断开连接问...
...设置MQTT连接吗,是不是可以统一设置一个?https://www.fun123.cn/reference/iot/MQTT.html
文档正在翻译进度过半。
试了,切走页面,又切回来,是 0,连接上是2。你通过这个状态进行一个判断,不要让你那个对话框总弹出。
...
想试着做一个间歇运动的计时器 - App应用开发 - 清泛IT社区,为创新赋能!
...努力的目标{:8_402:}
计时器用法参考这里:https://www.fun123.cn/reference/components/guide/Clock.html
标签的“具有外边距”有啥用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
https://www.fun123.cn/reference/ ... ml#Label.HasMargins
待研究。
Object lp = view.getLayoutParams();
    // The following instanceof check will fail if we have not previously
    // added the label to the container (Why?)
    if (lp instanceof ViewGroup.Margin...
WheelView:滚轮选择框扩展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
...s://wangsk789.github.io/wheelview/
更多滚轮拓展见:https://www.fun123.cn/reference/ ... arty/wheelview.html
GestureDetector 手势检测拓展:旋转、缩放和滑动手势检测,自定义手势识别...
...控制等需要手势交互的场景。
.aix 拓展下载:
cn.fun123.GestureDetector.aix
基本用法
旋转/缩放(绑定到 Canvas):
在设计器中拖入 Canvas 画布组件
拖入 RotationDetector 或 ScaleDetector 组件
在 Screen.Initialize 中调...
Python 3: UnboundLocalError: local variable referenced before assignment [duplicate]
...hing similar but I'm not sure what to google.
– teter123f
Aug 15 at 19:36
add a comment
|
...
