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

    Page 属性 page.path page.query 方法 page.$ page.$$ page.waitFor page.data page.setData page.size page.scrollTop page.callMethod Page Page 模块提供了控制小程序页面的方法。 属性 page....
  • think

    think 属性 think.startTime think.env think.dirname think.port think.sep think.isMaster think.cli think.lang think.mode think.version think.module think.THINK_PATH think.T...
  • TypeScript 3.4

    TypeScript 3.4 顶级 this 现在有类型了 泛型参数的传递 上下文返回类型作为上下文参数类型传入 在 strictFunctionTypes 之外一致性推断优先 参考 TypeScript 3.4 顶级 this 现在有类型了 顶级 this 的类型现在被分配为 typeof globalThis 而不是 an...
  • Utilities

    Auth Utilities SecurePassword SecurePassword.hash(password: string) => Promise<string SecurePassword.verify(passwordHash: string, password: string) => Promise<ResultCode> Resul...
  • Summary

    Summary Summary Promises are designed to improve asynchronous programming in JavaScript by giving you more control and composability over asynchronous operations than events an...
  • doc.get

    doc.get doc.get 解释 :获取指定 ID 的记录数据 参数说明 该方法的传入参数为可选参数,参数类型为对象类型,参数格式如下,如传入success 、fail 、complete 三者之一,则表示存在回调函数,否则返回 promise。 字段 类型 必填 默认值 说明 success Function 否 - 成功回调,回调函数...
  • 异常和错误处理

    错误处理 promise.then().catch((e) => {}) 举例 try catch 举例 错误处理 在跨端的代码的书写中,你可以使用try catch,Promise.catch()来进行错误的处理,但不可以在小程序和weex端的代码里出现window.onerror方法。 promise.then().catc...
  • Requests as Promises

    Requests as Promises Requests as Promises The observable returned by Angular http client can be converted it into a promise. We recommend using observables over promises. By c...
  • FAQ

    FAQ Does Guzzle require cURL? Can Guzzle send asynchronous requests? How can I add custom cURL options? How can I add custom stream context options? Why am I getting an SSL ver...
  • 断言

    断言 断言 相等性 包含 正则表达式 抛出错误 自定义消息 断言 为了帮助开发者编写测试,Deno 标准库提供了内置的 断言模块 ,可从 https://deno.land/std@$STD_VERSION/testing/asserts.ts 导入。 import { assert } from "https:/...