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

https://www.fun123.cn/referenc... 

App Inventor 2 任意组件代码块 · App Inventor 2 中文网

...35 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://bbs.tsingfun.com/thread-2015-1-1.html 

如何能让这种错误在app中不显示? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...ttps://www.fun123.cn/reference/ ... creen.ErrorOccurred 2、只能直接添加判断逻辑,不要用负值索引去拿数据,推荐这种,程序需要做各种判断保护,这本身就是程序必做的一部分。
https://www.fun123.cn/referenc... 

App Inventor 2 本地项目编译工具:本地高速编译,无冷却时间限制 · App I...

...35 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://bbs.tsingfun.com/thread-2063-1-1.html 

MIT官方已升级至2.73版本,中文网待测试并升级相关特性 - App Inventor 2 ...

...现“提示”属性,并全面提高其性能。 在 ChatBot 组件中添加下拉菜单,用于选择不同的受支持提供商和模型。 修改 ChatBot 系统属性以使用更大的文本区域。 更新加泰罗尼亚语翻译。 实现可拖动属性和组件帮助弹出窗口(键...
https://bbs.tsingfun.com/thread-2138-1-1.html 

APP被手机识别为疑似病毒 - App应用开发 - 清泛IT社区,为创新赋能!

...,让其显示为风险应用。打开QQ邮箱写信,将APK文件直接添加到附件,然后将邮件发送给自己。过一会再去扫描,就会在这个APK“发现病毒代码”。如果显示为“安全”,就重复检测多几次。 终于误报“发现病毒代码”了?...
https://www.fun123.cn/referenc... 

App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...

... 反馈 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://www.fun123.cn/referenc... 

App Inventor 2 TableView 拓展:TableView 拓展:数据表格视图,表格展示...

... 反馈 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://www.fun123.cn/reference/iot/spp.html 

App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网

... 反馈 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://www.fun123.cn/referenc... 

App Inventor 2 TextboxUtil 扩展:消除输入框焦点(光标) · App Inventor 2 中文网

... 反馈 在线 客服 扫码添加客服咨询 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //U...
https://bbs.tsingfun.com/thread-2374-1-1.html 

求助!关于拓展模块NotificationStyle的demo运行时报错的问题 - App Invent...

...决方法:你需要检查源码中涉及 PendingIntent 的创建部分,添加适当的 flag。例如:原来可能是这样写的:PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0); 修改为:PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, ...