20 Using the scenario in the special window, the project manager appears to be a _____ manager.
A. 1, 9
B. 9, 1
C. 1, 1
D. 9, 9
E. 5, 5
第1题:
下列表示显示窗口大小的是()。
A.window.outerWidth
B.window.outerheight
C.window.innerWidth
D.window.innerHeight
第2题:
已知基类Employee只有一个构造函数,其定义如下: Employee::Employee(int n):id(n){ } Manager是Employee的派生类,则下列对Manager的构造函数的定义中,正确的是?
A.Manager::Manager(int n):id(n){}
B.Manager::Manager(int n){id=n;}
C.Manager::Manager(int n):Employee(n){}
D.Manager::Manager(int n){Employee(n);}
第3题:
8、下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)
第4题:
下列样式代码中,可精确定义元素位置的是()
A.special{ position: absolute;}
B.special{ position: absolute; top:20px; left:16px;}
C.special{ position: relative;; top:20px; left:16px;}
D.special{ position: relative;}
第5题:
【多选题】下列样式代码中,可精确定义元素位置的是:
A..special{ position: absolute;}
B..special{ position: absolute; top:20px; left:16px;}
C..special{ position: relative;; top:20px; left:16px;}
D..special{ position: relative;}
第6题:
下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)