怎么理解这段话?为什么是这样呢因此它的语法应该是 String.fromCharCode(),而不是 myStringObject.fromCharCode()。
http://www.jb51.net/article/20428.htm
String.fromCharCode是类的方法,创建的实例对象有String.prototype中的属性和方法,不会有类的方法
fromCharCode相当于oo语言的静态方法,不是实例的方法