There are __________ kinds of special foods mentioned in the passage.
A. two B. three C. four D. five
第1题:
以下对枚举类型名的定义中正确的是______。
A.enum a={one,two,three};
B.enum a{one=9,two=-1,three};
C.enum a={"one","two","three"};
D.enum a{"one","two","three"};
第2题:
Despite the wonderful acting and well-developed plot the _________ movie could not hold our attention.
A) three-hours B) three-hour
C) three-hours’ D) three-hour’s
选B
用破折号连接的作形容词不用复数.
第3题:
下列样式代码中,可精确定义元素位置的是()
A.special{ position: absolute;}
B.special{ position: absolute; top:20px; left:16px;}
C.special{ position: relative;; top:20px; left:16px;}
D.special{ position: relative;}
第4题:
以下对枚举类型名的定义中正确的是______。
A.enum a={one, two,three};
B.enum a{one=9,two=1,three};
C.enum a={"one","two","three"};
D.enum a{"one", "two","three"};
第5题:
Britain once imported chiefly()and exported mostly()
Amanufactured products/raw materials
Braw materials/manufactured products
Cfoods/minerals
Dminerals/foods
第6题:
【多选题】下列样式代码中,可精确定义元素位置的是:
A..special{ position: absolute;}
B..special{ position: absolute; top:20px; left:16px;}
C..special{ position: relative;; top:20px; left:16px;}
D..special{ position: relative;}