A.No.Not that beautiful
B.Thank you.I’m glad you think so
C.That’s not true
D.Sorry, you are wrong
第1题:
A.most beautiful
B.more beautiful
C.the most beautiful
D.beautiful
第2题:
A、artist
B、silly
C、prefer
D、beautiful
第3题:
下列()是类选择定义的样式
A.p{color:red;}
B..one{color:red;}
C.#two{color:red;}
D.a:link{color:red;}
第4题:
The more the young students worked, the ________ energetic they became.
A: much
B: more
C: most
D: very
第5题:
A.Black,Green,Red,Yellow
B.Black,Red,Green,Yellow
C.Red,Black,Green,Yellow
D.Yellow,Red,Green,Black
第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")