constructor 属性返回对创建此对象的数组函数的引用。
object.constructor
在本例中,我们将展示如何使用 constructor 属性:
输出:
This is an Array
例子 2
在本例中,我们将展示如何使用 constructor 属性:
输出:
function employee(name, jobtitle, born) {this.name = name; this.jobtitle = job; this.born = born;}
2015职称计算机考试书PowerPoint2007中 .. 定价:¥45 优惠价:¥42 更多书籍 | |
2015年全国职称计算机考试教材(2007模 .. 定价:¥225 优惠价:¥213 更多书籍 |