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

    Caveats Polyfills Classes ES5 Internet Explorer Classes (10 and below) Getters/setters (8 and below) Modules Caveats Polyfills In order for certain features to work th...
  • Caveats

    Polyfills Classes ES5 Internet Explorer Classes (10 and below) Getters/setters (8 and below) Modules Polyfills In order for certain features to work they require certain ...
  • 9.9 API: property descriptors

    9.9 API: property descriptors 9.9 API: property descriptors The following tool methods use property descriptors: Object.defineProperty(obj: object, key: string|symbol, propDe...
  • Caveats

    Caveats Polyfills Classes ES5 Internet Explorer Classes (10 and below) Getters/setters (8 and below) Modules Caveats Polyfills In order for certain features to work th...
  • Caveats

    Caveats Polyfills Classes ES5 Internet Explorer Classes (10 and below) Getters/setters (8 and below) Modules Caveats Polyfills In order for certain features to work th...
  • 数据类型

    数据类型 number 语法 属性 方法 string 语法 属性 方法 boolean 语法 属性 方法 object 语法 属性 方法 function 语法 arguments 属性 方法 array 语法 属性 方法 date 语法 属性 方法 regexp 语法 属性 方法 数据类型...
  • ES6 系列之 Babel 是如何编译 Class 的(上)

    前言 constructor 实例属性 静态方法 静态属性 new 调用 getter 和 setter Babel 编译 编译(一) 编译(二) 编译(三) 写在后面 ES6 系列 前言 在了解 Babel 是如何编译 class 前,我们先看看 ES6 的 class 和 ES5 的构造函数是如何对应的。毕竟,ES6 的 ...
  • ES6简介

    1445 2018-11-01 《React入门指北》
    ES6简介 Babel转码器 let和const 1. 块级作用域 2. 不能重复声明 3. 不存在变量名声明提升 4. 暂时性死区 5.const的不同 小结 变量解构赋值 1.基本用法 2.默认值 3.函数解构赋值 模板字符串 函数 1.函数默认值 2.箭头函数 展开运算符 1.通常用来新建对象或数组 2.合并对象 ...
  • 代码编译

    代码编译 增强编译 ES6 转 ES5 样式补全 压缩代码 代码编译 开发者工具从 2.2.7 版本提供 ES6 转 ES5、样式补全、压缩代码等代码编译能力,开发者可在菜单栏“项目信息”中,勾选需要开启的功能。 增强编译 开发者工具从 2.16.0 版本起增加了增强编译的选项来增强 ES6 转 ES5 的能力,启用后会使用新的编译逻...
  • 数据类型

    数据类型 Number 属性 方法 string 属性 方法 boolean object function array date regexp 数据类型判断 数据类型 SJS 语言目前共有以下几种数据类型: number : 数值 boolean:布尔值 string :字符串 object:对象 function:函...