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

https://www.fun123.cn/reference/extensions 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...Web前端页面 【二维码】QRCodeGenerator 拓展:根据给定的文本生成二维码 【常用工具】 AI2Utils 拓展:一些常用的小功能集合 【手电筒】 FlashLight 拓展:打开/关闭手机手电筒/闪光灯 【截屏】 Screenshot 拓展:截取手机屏幕 ...
https://www.fun123.cn/reference/extensions/ 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...Web前端页面 【二维码】QRCodeGenerator 拓展:根据给定的文本生成二维码 【常用工具】 AI2Utils 拓展:一些常用的小功能集合 【手电筒】 FlashLight 拓展:打开/关闭手机手电筒/闪光灯 【截屏】 Screenshot 拓展:截取手机屏幕 ...
https://www.fun123.cn/referenc... 

Base64Util 拓展:支持图像框、画布、文件、文本字符串、图像精灵base64编...

... Base64Util 拓展:支持图像框、画布、文件、文本字符串、图像精灵base64编解码 Base64Util 扩展 下载链接 致谢 注意事项 图像框有关 画布有关 文件有关 ...
https://www.fun123.cn/referenc... 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...Web前端页面 【二维码】QRCodeGenerator 拓展:根据给定的文本生成二维码 【常用工具】 AI2Utils 拓展:一些常用的小功能集合 【手电筒】 FlashLight 拓展:打开/关闭手机手电筒/闪光灯 【截屏】 Screenshot 拓展:截取手机屏幕 ...
https://www.fun123.cn/reference/blocks/text.html 

App Inventor 2 文本代码块 · App Inventor 2 中文网

...馈 App Inventor 2 文本代码块 ” “ (字符串) 合并字符串 求长度 是否为空 字符串比较(Ascii码比较) < > = ≠   Ascii码换 删除空格 大写 小写 ...
https://www.fun123.cn/referenc... 

SpeechRecognizer 语音识别扩展:获取设备支持的语音识别语言列表 · App I...

... offsetY = e.clientY - element.offsetTop; return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e....
https://www.fun123.cn/reference/blocks/lists.html 

App Inventor 2 列表代码块 · App Inventor 2 中文网

...列表 CSV表换为列表 在键值对中查找 分隔符拼接成文本 创建映射列表 创建过滤列表 缩减列表 创建有序列表 创建带比较器的有序列表 创建带键函数的有序列表 列表中的最小值 列表中的最大值 去除首个元素...
https://bbs.tsingfun.com/thread-1825-1-1.html 

怎么串口读取的文本数据,不能成数字类型呢? - App应用开发 - 清泛IT社...

怎么串口读取的文本数据,不能成数字类型呢?file:///E:/Users/QHW/Desktop/63e61567c7b4ea71b198d7eb1d6af9c.png
https://bbs.tsingfun.com/thread-2383-1-1.html 

App Inventor 输入文本如何成ASCII码? - App Inventor 2 中文网 - 清泛I...

Q:App Inventor 输入文本如何成ASCII码? A:使用AsciiConversion 拓展可以轻松实现。 AsciiCode: 给出字符,返回它相应的 Ascii码。 用法示例:返回字符“A”的Ascii码,结果将是:65。
https://bbs.tsingfun.com/thread-3066-1-1.html 

App Inventor 2 蓝牙发送十六进制字节方案:文本Hex字节详解 - App应用开...

问题描述用户在文本框输入&quot;ABCD&quot;,想通过蓝牙发送 0xAB 0xCD 两个字节,而不是四个ASCII字符(0x41 0x42 0x43 0x44)。 每两个字符代表一个十六进制字节,需要将字符对解析为实际的字节值。 问题本质输入期望发送实际发送...