非标准
该特性是非标准的,请尽量不要在生产环境中使用它!
概述
返回一个字符串,代表该数组的源代码.
语法
array.toSource()
参数
无
描述
在调试时,你可以使用toSource方法
来查看一个数组的内容.
例子
例子: 查看数组的源码
var alpha = new Array("a", "b", "c"); alpha.toSource(); //返回["a", "b", "c"]
非标准
该特性是非标准的,请尽量不要在生产环境中使用它!
返回一个字符串,代表该数组的源代码.
array.toSource()
无
在调试时,你可以使用toSource方法
来查看一个数组的内容.
var alpha = new Array("a", "b", "c"); alpha.toSource(); //返回["a", "b", "c"]
Array
Array.from()
Array.isArray()
Array.observe()
[Translate]Array.of()
Array.prototype.concat()
Array.prototype.copyWithin()
Array.prototype.entries()
Array.prototype.every()
Array.prototype.fill()
Array.prototype.filter()
Array.prototype.find()
Array.prototype.findIndex()
Array.prototype.forEach()
Array.prototype.includes()
Array.prototype.indexOf()
Array.prototype.join()
Array.prototype.keys()
Array.prototype.lastIndexOf()
Array.prototype.map()
Array.prototype.pop()
Array.prototype.push()
Array.prototype.reduce()
Array.prototype.reduceRight()
Array.prototype.reverse()
Array.prototype.shift()
Array.prototype.slice()
Array.prototype.some()
Array.prototype.sort()
Array.prototype.splice()
Array.prototype.toLocaleString()
Array.prototype.toSource()
Array.prototype.toString()
Array.prototype.unshift()
Array.prototype.values()
[Translate]Array.prototype[@@iterator]()
[Translate]Function
Object
Object.prototype.__defineGetter__()
Object.prototype.__defineSetter__()
Object.prototype.__lookupGetter__()
Object.prototype.__lookupSetter__()
[Translate]Object.prototype.hasOwnProperty()
isPrototypeOf
propertyIsEnumerable
Object.prototype.toLocaleString()
Object.toSource
Object.prototype.toString()
Object.prototype.unwatch()
[Translate]Object.prototype.valueOf()
watch