大约有 47,000 项符合查询结果(耗时:0.0350秒) [XML]
使用位置传感器 · App Inventor 2 中文网
... 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" ...
App Inventor 2 Personal Image Classifier (PIC) 拓展:自行训练AI图像识...
... 我要 分享 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" ...
蓝牙BLE硬件接入及IO控制 · App Inventor 2 源码商店
... 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
打地鼠游戏 · App Inventor 2 源码商店
... 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
接水果游戏 · App Inventor 2 源码商店
... 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
二分查找(BinarySearch)算法的AI2实现 · App Inventor 2 源码商店
...arySearch):经典的折半算法,快速查找算法的ai2实现。用到数学和逻辑代码块。代码比较精炼,适合教学及学习使用。 源码购买 ...
手机短信验证码功能 · App Inventor 2 源码商店
... 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
自定义照片文件路径【目录规整】 · App Inventor 2 源码商店
... 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
水果翻翻翻 · App Inventor 2 源码商店
... 扫码分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
App Inventor 2 列表显示框能否实现多选功能? - App Inventor 2 中文网 - ...
转: 列表显示框有没有办法做到多选的功能?
答复:
经过官方资料查阅,两种思路可以实现:
1、列表显示框做一个模拟多选,点击一下列表项,切换显示前面的选择文本,最终可以拿出全部的选中标记的项目。
2、...
