1, 值屬性的全局對象(Value Properties of the Global Object)。有NaN,Infinity,undefined。 函數
2, 函數屬性的全局對象(Function Properties of the Global Object)。有eval,parseInt,parseFloat,isNaN,isFinite,decodeURI,encodedURI,encodeURIComponent code
3,構造器(類)屬性的全局對象(Constructor Properties of the Global Object)。有Object,Function,Array,String,Boolean,Number,Date,RegExp,Error,EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError。 對象
4,其它屬性的全局對象(Other Properties of the Global Object),能夠看出成是Java中的靜態類,能夠直接用類名+點號+方法名使用。有Math,JSON。it