大约有 1,100 项符合查询结果(耗时:0.0071秒) [XML]
AI2Utils 拓展:一些常用的小功能集合 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
MultiImagePicker 拓展:图片单选/多选扩展 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
ImageView 扩展:图片查看器扩展,支持缩放、双击缩放和动画缩放 · App In...
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
App Inventor 2 经典蓝牙(SPP) 硬件接入:hc05 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
App Inventor 2 DynamicComponents 拓展:动态创建AI2组件对象 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
滚动布局管理器拓展 - ScrollArrangementHandler · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
Notifier 通知扩展:功能强大的Android通知管理工具,支持通知通道、意图、...
...
此扩展可以生成的通知具有以下结构(不需要显示所有元素):
所有文本元素都可以用HTML标签格式化。可以使用哪些HTML标签取决于Android系统的实现。有关提示,请参见:
Mark Murphy’s Technical Stuff
Daniel Lew’s Coding Thoughts...
LEGO EV3 机器人传感器面板 · App Inventor 2 中文网
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
App Inventor 2 FTP 客户端拓展:FTP协议连接、上传、下载、创建、修改目录...
... return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; // 鼠标...
乐高机器人®组件 · App Inventor 2 中文网
...
获取机器人的固件和协议版本号作为列表,其中第一个元素是固件版本号,第二个元素是协议版本号。
GetInputValues 获取输入值(sensorPortLetter)
读取机器人上输入传感器的值。假设传感器类型已通过SetInputMode配置。
GetOutputS...
