單項(xiàng)選擇題var t ="";alert(typeof(t))程序的輸出結(jié)果是()
A.undefined
B.null
C.string
D.""
您可能感興趣的試卷
你可能感興趣的試題
1.單項(xiàng)選擇題
var Run = function(){}____________.print = function(){ alert("666");}var obj = new Run();obj.print()
橫線處補(bǔ)充什么代碼, 打印結(jié)果是‘666’()
A.Run.prototype
B.Run
C.Run.prototype.toString
D.以上都不對(duì)
2.單項(xiàng)選擇題編寫構(gòu)造函數(shù)時(shí),其內(nèi)部內(nèi)返回()會(huì)影響創(chuàng)建對(duì)象
A.[]
B.0
C.FALSE
D.""