简体   繁体   English

标识符ecmascript 2017规范

[英]Identifier ecmascript 2017 specification

Hello from ecmascript specifications 您好, ecmascript规范

UnicodeIDStart::
   any Unicode code point with the Unicode property "ID_Start"
UnicodeIDContinue::
   any Unicode code point with the Unicode property "ID_Continue"

What are the the Unicode property "ID_Start" and "ID_Continue"? Unicode属性“ ID_Start”和“ ID_Continue”是什么?

It refers to Unicode character properties . 它指的是Unicode字符属性 As the ES spec says 正如ES规范所说

IdentifierName and ReservedWord are tokens that are interpreted according to the Default Identifier Syntax given in Unicode Standard Annex #31, Identifier and Pattern Syntax […]. IdentifierNameReservedWord是根据Unicode标准附件#31,标识符和模式语法[…]中给出的默认标识符语法解释的令牌。 The Unicode identifier grammar is based on character properties specified by the Unicode Standard. Unicode标识符语法基于Unicode标准指定的字符属性。

That standard is also referenced in the bibliography of the spec. 该规范参考书目中也引用了该标准。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM