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

https://www.tsingfun.com/it/ai... 

利用 App Inventor 2 开发ChatGPT应用 - App Inventor 2 中文网 - 清泛网 - 专注C/C++及内核技术

...的AI相关功能,通过合并官方代码,App Inventor 2 中文网(www.fun123.cn)已升级至v2.67,第一时间获得AI加持,在国内平台属于首发。 此版本使用 MIT 运行的代理,该代理又使用 ChatGPT 生成大语言模型。此组件对AI伴侣要求最低版本...
https://www.fun123.cn/reference/other/media.html 

访问图像和声音 · App Inventor 2 中文网

...访问 Web 上的文件,例如将图像的图片属性设置为:http://www.google.com/images/srpr/nav_logo14.png 音乐和视频也是如此,确保使用指向实际文件的链接,而不是指向文件播放器的链接,这在网络上更为常见,尤其是音乐和视频。 ...
https://www.tsingfun.com/it/ai... 

【学习合作计划】用费曼学习法快速提升你的App Inventor技能! - App Inven...

...参与,成就更好的自己! 【App Inventor 2 中文网团队】 www.fun123.cn AppInventor,AppInventor2,合作0
https://www.fun123.cn/referenc... 

云数据及Firebase组件简介 · App Inventor 2 中文网

...ction() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); 云数据...
https://www.fun123.cn/reference/pro/pan.html 

App Inventor 2 接入百度网盘API · App Inventor 2 中文网

...,返回JSON,拿出想要的文件的fsid 【使用Web客户端】 https://pan.baidu.com/rest/2.0/xpan/file?method=list&dir=/test&order=time&start=0&limit=10&web=web&folder=0&access_token=[access_token]&desc=1 参考代码如下: 注意:这里是限定显示第一页,每页 10 条...
https://www.tsingfun.com/it/tech/1696.html 

xunsearch主键重复、搜索结果重复 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...骤自动升级最新版本。 如何确认已升级成功,请参考:https://fun123.cn/?q=%E5%A6%82%E4%BD%95%E6%9F%A5%E7%9C%8B+xunsearch+%E7%89%88%E6%9C%AC&x=0&y=0xunsearch 主键重复
https://www.fun123.cn/referenc... 

App Inventor 2 列表选择器 用法示例 · App Inventor 2 中文网

...ction() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); App Invento...
https://www.fun123.cn/referenc... 

Activity启动器(ActivityStarter)如何查看并启动其他App · App Inventor 2 中文网

...ction() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); Activity启...
https://www.fun123.cn/referenc... 

使用模拟器构建应用程序 · App Inventor 2 中文网

...ction() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); 使用模...
https://www.fun123.cn/referenc... 

使用 JSON 和 Web API · App Inventor 2 中文网

...- 跟踪响应数据 如果您调用 执行GET请求 并将 Url 设置为 https://jsonplaceholder.typicode.com/posts,那么您将 获取包含 100 个条目的列表。 如果您想在 列表显示框(ListView) 中显示有关这些项目的一些信息,一种方法是使用for each item 块...