摘要:
To class contains: private: Just for the class of which defined it. default: For the class of which defined it and the class that in the same package. 阅读全文
摘要:
3.2 字符串是由一组无符号的16位值组成的序列,最常用Unicode字符通过16位内码表示,并代表字符串中单个字符。 那些不能表示为16位的Unicode字符遵循UTF-16编码规则--用两个16位值组成的一个序列(代理项对)表示。 如: var p = "π"; var e = "e"; p.l 阅读全文