2016-09-15 86 views
0

你好從ecmascript specifications標識符的ECMAScript規範2017年

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

什麼是Unicode的財產 「ID_Start」 和 「ID_Continue」?

+0

https://en.wikipedia.org/wiki/Unicode_character_property – Bergi

回答