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

https://www.fun123.cn/aia-store/240126113453315 

个性化酷炫的导航条 · App Inventor 2 源码商店

... 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
https://www.fun123.cn/aia-store/240220092746102 

二分查找(BinarySearch)算法的AI2实现 · App Inventor 2 源码商店

...arySearch):经典的折半算法,快速查找算法的ai2实现。用数学和逻辑代码块。代码比较精炼,适合教学及学习使用。 源码购买 ...
https://www.fun123.cn/aia-store/240129173223243 

手机短信验证码功能 · App Inventor 2 源码商店

... 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
https://www.fun123.cn/aia-store/240220135738971 

水果翻翻翻 · App Inventor 2 源码商店

... 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
https://www.fun123.cn/aia-store/240326225759401 

未来世界闯关小游戏 · App Inventor 2 源码商店

... 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
https://www.fun123.cn/aia-store/240326225256075 

碳达人挑战小游戏 · App Inventor 2 源码商店

... 扫码分享朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 widt...
https://www.fun123.cn/aia-store/240327224946966 

多用户注册登录、签系统(网络版) · App Inventor 2 源码商店

... 源码列表 / 多用户注册登录、签系统(网络版)      多...
https://bbs.tsingfun.com/thread-1773-1-1.html 

APP INVENTOR硬件交互学习教程03——巧借arduino nano 配置HC-05 - 创客硬...

...uino nano波特率转换程序,它实现波特率的转换,载程序板子。 #include <SoftwareSerial.h> SoftwareSerial EEBlue(12, 10); // RX | TX void setup() {   // initialize both serial ports:   Serial.begin(9600);   EEBlue.begin(38400); &n...
https://bbs.tsingfun.com/thread-1999-1-1.html 

“当屏幕1.关闭其他屏幕时”这个事件是怎么触发的? - App Inventor 2 中文...

...都有的事件,如Screen1的事件代码如: 当Screen1跳转屏幕"test"时,屏幕"test"调用“关闭屏幕并返回值”方法后,上面的事件就会触发,代码如: 事件触发后的测试结果,Screen1打印出了关闭前的屏幕名...
https://bbs.tsingfun.com/thread-2017-1-1.html 

短信验证码输入比对逻辑编写 - App应用开发 - 清泛IT社区,为创新赋能!

...码的比对识别啊,不行的话要怎么进行编写呢就是把输入文本框4中的验证码与收的验证码进行比较,验证是否正确,如果正确的话则跳转一个屏幕问题在于你的验证码生成了2次,两次随机值肯定是不一样啊。 解决:...