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

    媒体 图片 Taro.chooseImage(OBJECT) Taro.previewImage(OBJECT) Taro.getImageInfo(OBJECT) Taro.saveImageToPhotosAlbum(OBJECT) 录音 Taro.startRecord(OBJECT) Taro.stopRecord() 录音管理 Ta...
  • Quickstart

    Quickstart Making a Request Creating a Client Sending Requests Async Requests Concurrent requests Using Responses Query String Parameters Uploading Data POST/Form Requests S...
  • collection.add

    Collection.add Collection.add 在集合上新增记录 函数签名如下: function add ( options : object ): Promise < Result > 参数说明 options 为必填参数,是一个如下格式的对象,如传入 success 、fail 、compl...
  • GameRecorder.stop

    Promise GameRecorder.stop() 返回值 Promise 错误 Promise GameRecorder.stop() 基础库 2.8.0 开始支持,低版本需做兼容处理 。 结束录制游戏画面。结束录制后可以发起分享。 返回值 Promise 录制结束的 Promise 错误 错误码 错误信息 说明 ...
  • GameRecorder.pause

    Promise GameRecorder.pause() 返回值 Promise 错误 Promise GameRecorder.pause() 基础库 2.8.0 开始支持,低版本需做兼容处理 。 暂停录制游戏画面。 返回值 Promise 录制暂停的 Promise 错误 错误码 错误信息 说明 wx.error.G...
  • add

    Collection.add(options: Object): Promise<Object> 参数 options: Object 返回值 Promise.<Object> 小程序端示例代码 云函数端示例 Collection.add(options: Object): Promise<Object> 支持端:小程序 , 云函数 ...
  • InterstitialAd.show

    Promise InterstitialAd.show() 返回值 Promise 错误码信息表 Promise InterstitialAd.show() 显示插屏广告。 返回值 Promise 插屏广告显示操作的结果 错误码信息表 如果插屏广告显示失败,InterstitialAd.show() 方法会返回一个rejecte...
  • 更多功能

    更多功能 如何将 callback 包装成 Promise 任务队列 更多功能 任务队列 如何将 callback 包装成 Promise Node.js 本身提供的很多接口都是 callback 形式的,并且很多第三方库提供的接口也是 callback 形式的。但 ThinkJS 需要接口是 Promise 形式的,所以需要将 cal...
  • doc.get

    Document.get Document.get 获取记录数据,或获取根据查询条件筛选后的记录数据 函数签名如下: function get ( ): Promise < Result > 返回值说明 Promise 的 resolve 和 reject 的结果定义如下: 结果说明 r...
  • Model.cleanIndexes()

    Model.cleanIndexes() Parameters Returns: Model.cleanIndexes() Parameters [callback] «Function» optional callback Returns: «Promise,undefined» Returns undefined if ca...