书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 26649 个相关结果.
  • offPageNotFound

    268 2021-08-19 《Taro v3.2 教程》
    Taro.offPageNotFound(callback) 类型 参数 API 支持度 Taro.offPageNotFound(callback) 取消监听小程序要打开的页面不存在事件 参考文档 类型 ( callback : ( res : CallbackResult ) => void ) => v...
  • 更多资源

    浏览文档 通过示例来学习 加入社区 By now you should have a good idea of how Jest can help you test your applications. If you’re interested in learning more, here’s some related stuff you might...
  • 更多资源

    更多资源 浏览文档 通过示例来学习 加入社区 Version: 27.2 更多资源 By now you should have a good idea of how Jest can help you test your applications. If you’re interested in learning more, here’s s...
  • Progress进度条

    Progress 进度条 规则 代码演示 API Progress 进度条 表明某个任务的当前进度。 规则 需要准确告知当前进度,否则应该使用组件 ActivityIndicator。 和 NavBar 一起搭配使用时,可以隐藏 Progress 未填充部分的轨道,提升整体感。 代码演示 基本 进度条示例。 im...
  • chooseImage

    663 2020-07-15 《Taro v3.0 API文档》
    类型 参数 Option sizeType sourceType SuccessCallbackResult ImageFile API 支持度 示例代码 API 支持度 从本地相册选择图片或使用相机拍照。 参考文档 类型 ( option : Option ) => Promise < SuccessCal...
  • 2.1. Use cases

    Use cases Use cases WasmEdge is a cloud-native WebAssembly runtime hosted by the CNCF. It is widely used in edge computing, automotive, Jamstack, serverless, SaaS, service mesh...
  • removeStorageSync

    Taro.removeStorageSync(KEY) 示例代码 API支持度 Taro.removeStorageSync(KEY) 从本地缓存中同步移除指定 key 。 参数说明: 参数 类型 必填 说明 key String 是 本地缓存中的指定的 key 示例代码 import Taro from '@tar...
  • 使用网络

    使用网络 配置及调用 使用Mock 使用Cache 使用网络 配置及调用 WeTrident 推荐将服务器端的API统一管理,相比于把api接口直接零散的写入代码,配置的方式可以为后续针对接口的数据分析提供诸多便利。WeTrident中网络的配置如下: // modules/book/cgi/index.js export def...
  • TypeScript

    TypeScript 目录 TypeScript TypeScript语言用于大规模应用的JavaScript开发。 TypeScript支持类型,是JavaScript的超集且可以编译成纯JavaScript代码。 TypeScript兼容所有浏览器,所有宿主环境,所有操作系统。 TypeScript是开源的。 在Gi...
  • offAudioInterruptionBegin

    254 2021-08-19 《Taro v3.2 教程》
    Taro.offAudioInterruptionBegin(callback) 类型 参数 API 支持度 Taro.offAudioInterruptionBegin(callback) 取消监听音频因为受到系统占用而被中断开始事件 参考文档 类型 ( callback : ( res : CallbackResult ...