It is very far from the railway station to the Red Hotel.
第1题:
A.错误
B.正确
第2题:
Is the pilot boat ______ station?
A.in
B.at
C.with
D.on
第3题:
下列()是类选择定义的样式
A.p{color:red;}
B..one{color:red;}
C.#two{color:red;}
D.a:link{color:red;}
第4题:
A.错误
B.正确
第5题:
第6题:
13、list1 = ['red',1,2,3,'red',56] 要把 "red" 从list1 中移除的语句是什么?
A.list1.remove("red")
B.list1.remove(red)
C.list1.removeAll("red")
D.list1.removeOne("red")