A.構造函數(shù)的使用是有順序的 B.函數(shù)聲明的使用可以不分前后順序 C.typeof function(){}的返回值是object D.函數(shù)中聲明的變量一般為局部變量
document.onmouseup = function(){ this.onmousemove = null; this.onmouseup = null; } ,這里的this指向()
A.window對象 B.document對象 C.function對象 D.以上說法都正確
A.Object B.Error C.Function D.loading