书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 7154 个相关结果.
  • Async Components

    Async Components Overview Introduction 3.x Syntax Async Components Overview Here is a high level overview of what has changed: New defineAsyncComponent helper method th...
  • RewardedVideoAd

    RewardedVideoAd 方法 Promise RewardedVideoAd.load() Promise RewardedVideoAd.show() RewardedVideoAd.destroy() RewardedVideoAd.onLoad(function callback) RewardedVideoAd.offLoad(fun...
  • RewardedVideoAd

    RewardedVideoAd 方法 Promise RewardedVideoAd.load() Promise RewardedVideoAd.show() RewardedVideoAd.destroy() RewardedVideoAd.onLoad(function callback) RewardedVideoAd.offLoad(fun...
  • get

    Collection .get(): Promise<Object> 返回值 Promise.<Object> 使用说明 示例代码 1 示例代码 2:分页取数据 示例代码 3:取集合所有数据 小程序端兼容 Callback 风格调用 Collection .get(): Promise<Object> 支持端:小程序 , 云函数 ...
  • 类:Cookies

    类:Cookies 类:Cookies 实例事件 Event: ‘changed’ 实例方法 cookies.get(filter) cookies.set(details) cookies.remove(url, name) cookies.flushStore() 类:Cookies 类:Cookies 查询和修改一个会...
  • An Async Example

    .resolves async/await 错误处理 .rejects 首先, 像 Getting Started 里面所说的那样, 启用babel的支持 Let's implement a module that fetches user data from an API and returns the user name. // user...
  • An Async Example

    .resolves 仅用于jest 20.0.0+ async/await 错误处理 .rejects 仅用于jest 20.0.0+ 首先, 像 Getting Started 里面所说的那样, 启用babel的支持 Let's implement a module that fetches user data from an API a...
  • collection.get

    Collection.get / Query.get Collection.get / Query.get 获取集合数据,或获取根据查询条件筛选后的集合数据。 如果没有指定 limit ,则默认最多取 20 条记录。 如果没有指定 skip ,则默认从第 0 条记录开始取,skip 常用于分页,例子可见第二个示例代码 。 函数签名如下: fu...
  • uploadFile

    Taro.uploadFile(param) 参数 object param 返回值 Promise<object res> promise 示例代码 API支持度 Taro.uploadFile(param) 将本地资源上传到服务器。客户端发起一个 HTTPS POST 请求,其中 content-type 为 multipart/fo...
  • uploadFile

    3445 2019-06-14 《Taro v1.3 API 文档》
    Taro.uploadFile(param) 参数 object param 返回值 Promise<object res> promise 示例代码 API支持度 Taro.uploadFile(param) 将本地资源上传到服务器。客户端发起一个 HTTPS POST 请求,其中 content-type 为 multipart/fo...