A.enjoyment
B.attachment
C.encouragement
D.assignment
第1题:
利用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>
第2题:
下列哪个选项可以选择属性的值以value开始的元素?
A.[attribute^=value]
B.[attribute$=value]
C.:attribute^=value
D.:attribute$=value
第3题:
【单选题】微信小程序中要在网络访问成功处理的闭包中访问UI线程的变量,最简单的是采用以下哪种语法格式?
A.success: res => { … }
B.success(res) { … }
C.success: res in { … }
D.success: lambda(res) { … }
第4题:
Attribute在使用时用方括号
第5题:
以下字符串定义错误的是___________。
A.char s[7]="Teacher";
B.char s[]="Teacher";
C.char s[10]={"Teacher"};
D.char s[10]="Teacher";
第6题:
下面那一项不属于CSS3中新增加的属性选择器?
A.[attribute^=value]
B.[attribute$=value]
C.[attribute~=value]
D.[attribute*=value]