What does the woman buy in the end ? ( )
A、A yellow T-shirt
B、A blue T-shirt
C、A pink T-shirt
第1题:
下列枚举类型的定义中,包含枚举值3的是
A.enum test{RED,YELLOW,BLUE,BLACK};
B.enum test{RED,YELLOW=4,BLUE,BLACK};
C.enum test{RED=-1,YELLOW,BLUE,BLACK};
D.erium test{RED,YELLOW=6,BLUE,BLACK};
第2题:
在下列枚举类型的定义中,包含枚举值3的是
A.entire test(RED,YELLOW,BLUE,BLACK);
B.entire test(RED,YELLOW,BLUE,BLACK);
C.enum test(RED=-1,YELLOW,BLUE,BLACK);
D.enum test(RED,YELLOW=6,BLUE,BLACK);
第3题:
以下复合选择器中,权重最大的是()。
A.p.father strong{color:orange;}
B.p.father .blue{color:gold;}
C.#header strong{ color:pink;}
D.#header strong.blue{ color:red;}
第4题:
在下列枚举类型的定义中,包含枚举值3的是
A.entire test(RED,YELLOW,BLUE,BLACK);
B.enum test(RED,YELLOW=4,BLUE,BLACK);
C.enum test(RED=-1,YELLOW,BLUE,BLACK);
D.enum test(RED,YELLOW=6,BLUE,BLACK);
第5题:
定义一个颜色的枚举类型Color,下面正确的是()。
A.public enum Color {red, green, yellow, blue}
B.public enum Color {1:red, 2:green, 3:yellow, 4:blue}
C.public enum Color {1:red; 2:green; 3:yellow; 4:blue}
D.public enum Color {Stringred, String green, String yellow, String blue}
第6题:
8、定义一个颜色的枚举类型Color,下面正确的是()。
A.public enum Color {red, green, yellow, blue}
B.public enum Color {1:red, 2:green, 3:yellow, 4:blue}
C.public enum Color {1:red; 2:green; 3:yellow; 4:blue}
D.public enum Color {Stringred, String green, String yellow, String blue}