A.工廠模式
B.構(gòu)造函數(shù)模式
C.原型模式
D.混合構(gòu)造函數(shù)和原型模式
您可能感興趣的試卷
你可能感興趣的試題
A.new Date(’2019-1-1’)
B.new Date(’2019/1/1’)
C.new Date(’2019,1,1’)
D.new Date(’2019.1.1’)
var target = {};
var user = Object.assign(target, {name:'lili',age:10,address:'山東'}, {age:18,name:'zs'});
console.log(target)以下打印的結(jié)果正確的是()
A.{name:"lili",age:10,address:"山東"}
B.{name:"zs",age:18,address:"山東"}
C.{name:"zs",age:18}
D.{}
下列程序的輸出是:()。
function Ball() {
}
Ball.prototype = {
colors:['green','yellow']
}
var ball1 = new Ball()
var ball2 = new Ball()
ball1.colors.push('blue')
console.log(ball2.colors)
A.[’green,’yellow’]
B.[’green,’yellow’,’blue’]
C.undefined
D.以上都不對(duì)
A.wrap.innerHTML("HELLO WORLD");
B.wrap.style.background-image="img/bg.jpg"
C.wrap.style.border="1px solid#f00";
D.wrap.width="200px";
A.match
B.test
C.split
D.splice
最新試題
RequireJs的依賴是異步加載的,但是已加載的模塊再多次依賴的時(shí)候,不會(huì)再重新加載。
console.log(0.1+0.2==0.3)執(zhí)行結(jié)果為true。
以下關(guān)于CSS的說法正確的是()。
下列選項(xiàng)中,可以用來設(shè)置置單元格的背景色是()。
如果想要調(diào)查網(wǎng)友的文化水平(如初中、高中、大學(xué)、研究生等),月需要用()表單元件。
在網(wǎng)頁中插入背景音樂.單擊“格式”菜單中的()命令。
return false可以阻止默認(rèn)行為。
FrontPage 中,下列關(guān)于圖片與鏈接的關(guān)系是述正確的是()。
制作網(wǎng)站前的一個(gè)重要環(huán)節(jié)是()。
前端模塊化開發(fā)規(guī)范有()