单项选择题
A.Animal.prototype.type=”动物”;Animal.prototype.say=function(){console.log(this.type)}); B.Animal={type:”动物”,say:function(){console.log(this.type)} C.Animal.prototype({type:”动物”,say:function(){console.log(this.type)}) D.以上说法都不正确
A.appendChild B.appendChildren C.insertAfter D.insertBefore
A.window B.box C.undefined D.程序报错