|
|
JavaScript核心参考列表
|
|
|
|
|
arguments[ ]
|
|
|
|
Arguments
|
|
|
|
Arguments.callee
|
|
|
|
Arguments.length
|
|
|
|
Array
|
|
|
|
Array.concat( )
|
|
|
|
Array.join( )
|
|
|
|
Array.length
|
|
|
|
Array.pop( )
|
|
|
|
Array.push( )
|
|
|
|
Array.reverse( )
|
|
|
|
Array.shift( )
|
|
|
|
Array.slice( )
|
|
|
|
Array.sort( )
|
|
|
|
Array.splice( )
|
|
|
|
Array.toLocaleString( )
|
|
|
|
Array.toString( )
|
|
|
|
Array.unshift( )
|
|
|
|
Boolean
|
|
|
|
Boolean.toString( )
|
|
|
|
Boolean.valueOf( )
|
|
|
|
Date
|
|
|
|
Date.getDate( )
|
|
|
|
Date.getDay( )
|
|
|
|
Date.getFullYear( )
|
|
|
|
Date.getHours( )
|
|
|
|
Date.getMilliseconds( )
|
|
|
|
Date.getMinutes( )
|
|
|
|
Date.getMonth( )
|
|
|
|
Date.getSeconds( )
|
|
|
|
Date.getTime( )
|
|
|
|
Date.getTimezoneOffset( )
|
|
|
|
Date.getUTCDate( )
|
|
|
|
Date.getUTCDay( )
|
|
|
|
Date.getUTCFullYear( )
|
|
|
|
Date.getUTCHours( )
|
|
|
|
Date.getUTCMilliseconds( )
|
|
|
|
Date.getUTCMinutes( )
|
|
|
|
Date.getUTCMonth( )
|
|
|
|
Date.getUTCSeconds( )
|
|
|
|
Date.getYear( )
|
|
|
|
Date.parse( )
|
|
|
|
Date.setDate( )
|
|
|
|
Date.setFullYear( )
|
|
|
|
Date.setHours( )
|
|
|
|
Date.setMilliseconds( )
|
|
|
|
Date.setMinutes( )
|
|
|
|
Date.setMonth( )
|
|
|
|
Date.setSeconds( )
|
|
|
|
Date.setTime( )
|
|
|
|
Date.setUTCDate( )
|
|
|
|
Date.setUTCFullYear( )
|
|
|
|
Date.setUTCHours( )
|
|
|
|
Date.setUTCMilliseconds( )
|
|
|
|
Date.setUTCMinutes( )
|
|
|
|
Date.setUTCMonth( )
|
|
|
|
Date.setUTCSeconds( )
|
|
|
|
Date.setYear( )
|
|
|
|
Date.toDateString( )
|
|
|
|
Date.toGMTString( )
|
|
|
|
Date.toLocaleDateString( )
|
|
|
|
Date.toLocaleString( )
|
|
|
|
Date.toLocaleTimeString( )
|
|
|
|
Date.toString( )
|
|
|
|
Date.toTimeString( )
|
|
|
|
Date.toUTCString( )
|
|
|
|
Date.UTC( )
|
|
|
|
Date.valueOf( )
|
|
|
|
decodeURI( )
|
|
|
|
decodeURIComponent( )
|
|
|
|
encodeURI( )
|
|
|
|
encodeURIComponent( )
|
|
|
|
Error
|
|
|
|
Error.message
|
|
|
|
Error.name
|
|
|
|
Error.toString( )
|
|
|
|
escape( )
|
|
|
|
eval( )
|
|
|
|
EvalError
|
|
|
|
Function
|
|
|
|
Function.apply( )
|
|
|
|
Function.arguments[]
|
|
|
|
Function.call( )
|
|
|
|
Function.caller
|
|
|
|
Function.length
|
|
|
|
Function.prototype
|
|
|
|
Function.toString( )
|
|
|
|
Global
|
|
|
|
Infinity
|
|
|
|
isFinite( )
|
|
|
|
isNaN( )
|
|
|
|
Math
|
|
|
|
Math.abs( )
|
|
|
|
Math.acos( )
|
|
|
|
Math.asin( )
|
|
|
|
Math.atan( )
|
|
|
|
Math.atan2( )
|
|
|
|
Math.ceil( )
|
|
|
|
Math.cos( )
|
|
|
|
Math.E
|
|
|
|
Math.exp( )
|
|
|
|
Math.floor( )
|
|
|
|
Math.LN10
|
|
|
|
Math.LN2
|
|
|
|
Math.log( )
|
|
|
|
Math.LOG10E
|
|
|
|
Math.LOG2E
|
|
|
|
Math.max( )
|
|
|
|
Math.min( )
|
|
|
|
Math.PI
|
|
|
|
Math.pow( )
|
|
|
|
Math.random( )
|
|
|
|
Math.round( )
|
|
|
|
Math.sin( )
|
|
|
|
Math.sqrt( )
|
|
|
|
Math.SQRT1_2
|
|
|
|
Math.SQRT2
|
|
|
|
Math.tan( )
|
|
|
|
NaN
|
|
|
|
Number
|
|
|
|
Number.MAX_VALUE
|
|
|
|
Number.MIN_VALUE
|
|
|
|
Number.NaN
|
|
|
|
Number.NEGATIVE_INFINITY
|
|
|
|
Number.POSITIVE_INFINITY
|
|
|
|
Number.toExponential( )
|
|
|
|
Number.toFixed( )
|
|
|
|
Number.toLocaleString( )
|
|
|
|
Number.toPrecision( )
|
|
|
|
Number.toString( )
|
|
|
|
Number.valueOf( )
|
|
|
|
Object
|
|
|
|
Object.constructor
|
|
|
|
Object.hasOwnProperty( )
|
|
|
|
Object.isPrototypeOf( )
|
|
|
|
Object.propertyIsEnumerable( )
|
|
|
|
Object.toLocaleString( )
|
|
|
|
Object.toString( )
|
|
|
|
Object.valueOf( )
|
|
|
|
parseFloat( )
|
|
|
|
parseInt( )
|
|
|
|
RangeError
|
|
|
|
ReferenceError
|
|
|
|
RegExp
|
|
|
|
RegExp.exec( )
|
|
|
|
RegExp.global
|
|
|
|
RegExp.ignoreCase
|
|
|
|
RegExp.lastIndex
|
|
|
|
RegExp.source
|
|
|
|
RegExp.test( )
|
|
|
|
RegExp.toString( )
|
|
|
|
String
|
|
|
|
String.charAt( )
|
|
|
|
String.charCodeAt( )
|
|
|
|
String.concat( )
|
|
|
|
String.fromCharCode( )
|
|
|
|
String.indexOf( )
|
|
|
|
String.lastIndexOf( )
|
|
|
|
String.length
|
|
|
|
String.localeCompare( )
|
|
|
|
String.match( )
|
|
|
|
String.replace( )
|
|
|
|
String.search( )
|
|
|
|
String.slice( )
|
|
|
|
String.split( )
|
|
|
|
String.substr( )
|
|
|
|
String.substring( )
|
|
|
|
String.toLocaleLowerCase( )
|
|
|
|
String.toLocaleUpperCase( )
|
|
|
|
String.toLowerCase( )
|
|
|
|
String.toString( )
|
|
|
|
String.toUpperCase( )
|
|
|
|
String.valueOf( )
|
|
|
|
SyntaxError
|
|
|
|
TypeError
|
|
|
|
undefined
|
|
|
|
unescape( )
|
|
|
|
URIError
|