black

计算机程序设计综合练习

登录

单项选择题

function Person(){}var p1 =new Person();console.log(p1.__proto__==Person.prototype);
以上代码执行结果为? ()

A.TRUE
B.FALSE
C.Person
D.Object

相关考题

单项选择题 ['a', 'b', 'c'].fill(7)的返回结果是 ()

单项选择题 function Foo(){getName =function(){alert(1)};return this;},其中this指向()

单项选择题 function fn(){ var name = "bawei"; alert(this); alert(this.name)}fn();正确的弹出结果是()

All Rights Reserved 版权所有©财会考试题库(ckkao.com)

备案号:湘ICP备2022003000号-2