[171124][Web前端]标准ECMAScript5.1内置对象

来源:互联网 发布:80后的网络歌曲有哪些 编辑:程序博客网 时间:2024/06/07 05:14

全局对象:

Global

全局对象的值属性:

NaN

Infinity

undefined

全局对象的函数属性:

eval (x)

parseInt (string , radix)

parseFloat (string)

isNaN (number)

isFinite (number)

decodeURI (encodedURI)

decodeURIComponent (encodedURIComponent)

encodeURI (uri)

encodeURIComponent (uriComponent)

全局对象的构造器属性:

Object

Function

Array

String

Boolean

Number

Date

RegExp

Error

EvalError

RangeError

ReferenceError

SyntaxError

TypeError

URIError

全局对象的其他属性:

Math

JSON