大约有 854 项符合查询结果(耗时:0.0054秒) [XML]

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

Error 1103: Unable to complete the given request with the text - App I...

报错信息: Error 1103: Unable to complete the given request with the text "key=&ipaddr=1 92.168.1.4&port=9987&web rtc=true&version=2.69&api=3 4&installer=com.hihonor.bai du.browser&aid=9fd2eba4-b 84e-4db7-8442-d956c74172 8e&r2=true&useproxy=true&q...
https://bbs.tsingfun.com/thread-1595-1-1.html 

App Inventor 2 多用户预订系统如何设计? - App Inventor 2 中文网 - 清泛...

问:我遇到了一个难题,我开发了一个软件,两个手机都安装了同一个软件,我在一个手机上显示按钮已经不能启用,但在另一个手机上该按钮确还能用,我的目标是这个跟酒店房间一样,当某个房间有人订了,其他人就不能订...
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时的加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html
https://bbs.tsingfun.com/thread-1601-1-1.html 

【解决】Component "com.google.appinventor.components.runtime.Butt...

编译apk报错信息如下: [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.ActivityStarter" does not specify permissionConstraints [LoadComponentInfo] INFO: Component "com.google.appinventor.components.runtime.Button" does not specify permissio...
https://bbs.tsingfun.com/thread-1602-1-1.html 

请教一个有关WEB 客户端 1的问题 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

我做了一个测试,借助WEB 客户端 1 通过 URL将参数传输给下图中地址并调用一个PHP文件,但是出现了错误信息“ERROR 1101:unable to get a response with the specified url" 我直接通过浏览器传输,显示结果正确。借助WEB浏览框如下图所示那...
https://bbs.tsingfun.com/thread-1608-1-1.html 

【解决】App Inventor 2 如何下载/保存网络图片? - App Inventor 2 中文网...

首先,需要使用“Web客户端”组件,需要和网络url进行数据交互的场景就要考虑使用它。设置好网络图片的url,然后执行Get方法即可,代码如下:其中,特别要注意的是保存相应信息属性设置为真,这样才能将目标网络图片保存...
https://bbs.tsingfun.com/thread-1611-1-1.html 

App Inventor如何取文本每一个字符进行运算? - App Inventor 2 中文网 - ...

问:App Inventor如何取文本每一个字符进行运算? 答: [hide]1、拿出文本的长度,进行循环,然后用文本.截取方法,拿出每一个字符,比如某个字母'a'。 文档:https://www.fun123.cn/reference/blocks/text.html#segment 2、要看具体的每个...
https://bbs.tsingfun.com/thread-1612-1-1.html 

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

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

Bad arguments to +:The operation + cannot accept the arguments:, [&qu...

原因是加号+前面是空字符串,不能有效地转换成数字,所以报错。 比如"123"这个字符串可以自动转数字,但是空文本不行。 文本要判断空,然后给数字 0。 同理,空文本不但不能转数字,也不能转列表、字典...
https://bbs.tsingfun.com/thread-1635-1-1.html 

app inventor拍照的照片如何保存到手机相册? - App Inventor 2 中文网 - ...

问:你好!小朋友在做APP时,调用照相机模块拍的照片要存到相册里,指定了图像位址,但还是实现不了,是什么原因呀? 首先,这个照相机拍照完成事件中这个参数是图片的路径,是只读的,更改它没有用,只能考虑将这...