大约有 1,200 项符合查询结果(耗时:0.0110秒) [XML]

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

怎么放不上去 文本? - App Inventor 2 中文网 - 清泛IT社区,有思想、有深度

转会员提问:怎么放不上去 文本? 根据提示这里不能放置文本块,需要放数学块。ip 一般是文本,端口一般都数字。
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-1993-1-1.html 

界面很多按钮时,如何获取当前被点击的按钮的文本? - App Inventor 2 中文...

Q:请教一个问题。假如我设计一个计算器,把0-9文本标到按键上,我用什么方法获取到每一个按下的值?辟如888,我要把这个值显示在标签里。 A:使用“任意按钮”的文本方法,用于获取当前被点击的按钮的文本,参数是当...
https://bbs.tsingfun.com/thread-2042-1-1.html 

AppInventor2文本显示框怎样设置换行操作?标签显示可以换行吗? - App应用...

Q:文本显示框怎样设置换行操作?标签显示可以换行吗? A:文本输入框可切换多行显示模式,勾选“允许多行”即可: 标签也可以显示多行内容,文本中拼接\n就能实现换行。
https://www.fun123.cn/referenc... 

传感器组件 · App Inventor 2 中文网

...回结果字符串的组件。 属性 结果 获取上次扫描的文本结果。 使用外部扫描仪 设置是否要使用外部扫描程序,例如扫码机。 如果为 假,则将会使用已集成到 App Inventor 中的 ZXing 的某个版本(注:ZXing是一个开源Java类库...
https://www.fun123.cn/reference/blocks/lists.html 

App Inventor 2 列表代码块 · App Inventor 2 中文网

...列表 CSV表转换为列表 在键值对中查找 分隔符拼接成文本 创建映射列表 创建过滤列表 缩减列表 创建有序列表 创建带比较器的有序列表 创建带键函数的有序列表 列表中的最小值 列表中的最大值 去除首个元素...
https://stackoverflow.com/ques... 

How to sign an android apk file

I am trying to sign my apk file. I can't figure out how to do it. I can't find good in-depth directions. I have very little programing experience, so any help would be appreciated. ...
https://stackoverflow.com/ques... 

Apk location in New Android Studio

I started using new Android Studio and cant find the APK of the application in IDE,where it actually locates? 31 Answers ...
https://stackoverflow.com/ques... 

How do I get an apk file from an Android device?

How do I get the apk file from an android device? Or how do I transfer the apk file from device to system? 24 Answers ...
https://stackoverflow.com/ques... 

Get Android .apk file VersionName or VersionCode WITHOUT installing apk

How can I get programmatically get the version code or version name of my apk from the AndroidManifest.xml file after downloading it and without installing it. ...