摘要: 转:http://www.ruanyifeng.com/blog/2007/10/ascii_unicode_and_utf-8.html 1.ASCII 码 八个二进制位就可以组合出256种状态,这被称为一个字节(byte) 使用7 位二进制数(剩下的1位二进制为0)来表示所有的大写和小写字母,数 阅读全文
posted @ 2019-06-27 14:27 Loki-Liu 阅读(2832) 评论(0) 推荐(0) 编辑
摘要: 1. String.fromCharCode() 静态 String.fromCharCode() 方法返回由指定的UTF-16代码单元序列创建的字符串。 2. charCodeAt () 返回值是一表示给定索引处(String中index索引处)字符的 UTF-16 代码单元值的数字;如果索引超出 阅读全文
posted @ 2019-06-27 13:52 Loki-Liu 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 1.opt for Would you opt for an expensive luxurious car or a reasonable but practical car? Would you opt for further study abroad or a well-paid job? N 阅读全文
posted @ 2019-06-27 09:49 Loki-Liu 阅读(146) 评论(0) 推荐(0) 编辑