A. hold priority
B. setup priority
C. FEC IP address
D. resource availability
E. local protection option
第1题:
A.<xsl:iftest="//stsuuser:AttributeList/stsuuser:Attribute[attr=‘homepage‘]">
B.<xsl:iftest="//stsuuser:AttributeList/stsuuser:Attribute[@name=‘homepage‘]">
C.<xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute/custom:Homepage">
D.<xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute[@name=‘homepage‘])>
第2题:
第3题:
下列哪个选项可以选择属性的值以value开始的元素?
A.[attribute^=value]
B.[attribute$=value]
C.:attribute^=value
D.:attribute$=value
第4题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第5题:
利用XSL创建一style属性,style的值为“color:bule;background-color:red”,能实现该功能的选项为()。
A.<attribute name="color">blue</attribute> <attribute name="background-color">red</attribute>
B.<attribute name="style">color:blue</attribute> <attribute name="style">background-color:red</attribute>
C.<attribute name="style"> color:blue;background-color:red </attribute>
D.<element attribute="style"> color:blue;background-color:red </element>
第6题:
下面那一项不属于CSS3中新增加的属性选择器?
A.[attribute^=value]
B.[attribute$=value]
C.[attribute~=value]
D.[attribute*=value]