大约有 300 项符合查询结果(耗时:0.0044秒) [XML]
App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网
					...				            	        App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05                                        
  HC05 简单介绍
  基本接入代码参考
  常见问题解决    
      Error 515: Not connected to a Bluetooth device.
      Error 507: unable to connect. is the device turned...				
				
				
							FAQ Section: SMS - Frequently Asked Questions - MIT App Inventor Community
					...imary: #222222;
            --secondary: #ffffff;
            --tertiary: #0088cc;
            --quaternary: #e45735;
            --highlight: #ffff4d;
            --success: #009900;
          }
        }
        /* then deal with dark scheme */
        @media (prefers-color-scheme: dark) {
      ...				
				
				
							App Inventor Tutorials and Examples: Dynamic Table Layout | Pura Vida Apps
					...the new Webviewer.WebViewStringChange event             New in Version 5 (2020-10-21):                     PathToAssets method of the tools extension has been updated,          which now returns file:///storage/emulated/0/Android/data//files/assets/ for devices >= Android 10         The example now ...				
				
				
							使用模拟器构建应用程序 · App Inventor 2 中文网
					...nt("script");					  hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d";					  var s = document.getElementsByTagName("script")[0]; 					  s.parentNode.insertBefore(hm, s);					})();				        	    				
            
	        使用模拟器构建应用程序
            
         ...				
				
				
							App Inventor 2 列表的函数式编程 · App Inventor 2 中文网
					...本例中,输入列表是 Berry 的每日利润列表,初始答案为 0,因为空列表中所有项目的总和为 0,而主体块将当前列表项目添加到累积答案中,以求和 每日利润。
Berry 决定将她的过程定义为 getTotalProfit。 当 getTotalProfit 被调用时...				
				
				
							Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...
					...存在: /data/data//
      
      
        私有目录在: /data/user/0//files/
      
    
    私有目录可与文件组件一起使用来保存/读取文本(设置不带斜杠的路径),它只能由您的应用程序访问,并且在卸载应用程序时会自动删除。
  
  
    ...				
				
				
							App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网
					...l -L -X GET --compressed 'https://api.qweather.com/v7/weather/7d?location=101010100&key=YOUR_KEY'
第三方API的调用
使用”Web客户端“组件调用第三方API,代码如下:
JSON结果的解析
请求成功返回JSON示例
{
  "code": "200",
  "updateTime": "2021-11-15T16:35+08:...				
				
				
							App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...
					...该方程式来自官方demo,代码如下:
{
    x: {
        step: 0.05
    },
    y: {
        step: 0.05
    },
    z: function (x, y) {
        if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) {
        return '-';
        }
        return Math.sin(x * Math.PI) * Math.sin(y * Math.PI);
    }
}...				
				
				
							App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网
					...系方式:											不需要回复的可留空~						意见反馈(300字以内):											给个鼓励也行呐~o~															提供截图(仅截取当前可视区域)																																delete																			edit						高亮或隐藏信息																											...				
				
				
							App Inventor 2 MenuSlide 拓展:滑动菜单效果 · App Inventor 2 中文网
					...系方式:											不需要回复的可留空~						意见反馈(300字以内):											给个鼓励也行呐~o~															提供截图(仅截取当前可视区域)																																delete																			edit						高亮或隐藏信息																											...				
				
				
							