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

https://bbs.tsingfun.com/thread-619-1-1.html 

js定时器setInterval()与setTimeout()区别 - 建站技术 - 清泛IT论坛,有思想、有深度

...间):只执行一次表达式就停止了。 一般在其表达式中使用setTimeout()可以实现setInterval一样效果: showTime(); function showTime() {     var today = new Date();     alert("The time is: " + today.toString());     setTimeout(&...
https://bbs.tsingfun.com/thread-1279-1-1.html 

用这个做app能实现开机自启吗 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...发现ai2目前并不能实现App开机自启动: 1、迂回方式:使用AutoStart第三方App开机启动,然后再启动你App。下载地址:https://play.google.com/store/ap ... ;hl=en-GB&pli=1 2、安卓原生Java开发有办法实现开机启动,参考文档:https://www....
https://www.fun123.cn/aia-store/240126104220566 

打地鼠游戏 · App Inventor 2 源码商店

...础版本,代码比较简单,但是比较精炼,适合教学及练手使用。 源码购买 ¥9.8   未登录,点此...
https://bbs.tsingfun.com/thread-1491-1-1.html 

App Inventor 2 如何分解字符串? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用文本“分解”函数即可,文档直达:https://www.fun123.cn/reference/blocks/text.html#split
https://bbs.tsingfun.com/thread-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

...协议这个是需要再安装插件还是怎么弄? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt 参考IoT专题最后一篇文章:https://blog.csdn.net/INT_TANG/article/details/128210609 [/hide]
https://bbs.tsingfun.com/thread-1580-1-1.html 

App Inventor 2 怎么判断两个颜色是否相等? - App Inventor 2 中文网 - 清...

...景颜色不是 bool 型,不能直接插入判断积木。 [hide]要使用 等于(推荐数学块.等于,当然文本块.等于也可以) 来判断才行。 经检验,数学及文本块下面等于判断积木都可以用于颜色比较: [/hide]
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中“相反数”积木: 返回给定数字负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1612-1-1.html 

为什么 App Inventor 扩展导入了,但是没啥反应? - App Inventor 2 中文网...

大概率是导入拓展后,没有拖动拓展到界面上! 导入拓展后,别忘了拖动拓展到主界面上,这样才算真正创建了拓展对象,这时才能使用拓展方法。
https://bbs.tsingfun.com/thread-1629-1-1.html 

SideBarV2 侧边栏拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

效果如下: 图标库可以使用大名鼎鼎 MaterialDesign 库,上传.ttf 字体文件并指定即可。 .aix拓展下载: 也有其他替代方案: https://ullisroboterseite.de/android-AI2-SideBar.html https://ullisroboterseite.de/android-AI2-SideBar2.html ...
https://bbs.tsingfun.com/thread-1725-1-1.html 

AppInventor2有没有删除撤销功能? - App应用开发 - 清泛IT社区,为创新赋能!

...设计界面,没有撤销功能。代码(逻辑)设计视图,可以使用 Ctrl+Z 撤销,Ctrl+Y 反撤销。 界面设计没有撤销功能,有时不小心删除了组件,真就没法恢复了,有时真有些不太方便。 不过不用着急,中文网已经推出了“...