
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
{"workbench.editor.showTabs": true,"files.associations": {"*.cjson": "jsonc","*.wxss": "css","*.wxs": "javascript"},"emmet.includeLanguages": {...
{"workbench.editor.showTabs": true,"files.associations": {"*.cjson": "jsonc","*.wxss": "css","*.wxs": "javascript"},"emmet.includeLanguages": {...
1.api.safeArea.top通过safeArea能够知道当前页面哪些地方被遮住,从而做出相应的调整,保证页面重要元素不被遮挡住。比如应对顶部header被状态栏遮住一部分,可以为header增加一个paddingTop,如:header.style.paddingTop = api.safeArea.top + 'px';在比如在iPhone X上面,底部的导航菜单会被虚...
1.了解APICloud平台APICloud应用开发模式:标准的HTML/CSS/JS + APICloud扩展APIAPICloud扩展API调用方式:核心模块在 window.api 对象下,不需要单独引用,可以直接调用api.methodName(param, callback);扩展模块需要 require 引入,遵守 CommonJS 规范var modul...







