当前位置:MCTS(70-515)题库

问题:

[单选]

You create a Web page that contains the following code.

You need to ensure that when the user clicks an item in the list, the text color of the "Welcome!" message will change. Which declaration should you use?()

A . <ul id="color"> <li onclick="changeColor(this.innerText);">Black</li> <li onclick="changeColor(this.innerText);">Red</li> </ul> 
B . <ul id="color"> <li onclick="changeColor(this.style.color);">Black</li> <li onclick="changeColor(this.style.color);">Red</li> </ul> 
C . <ul id="color"> <li><a onfocus="changeColor(this.innerText);">Red</a></li> <li><a onfocus="changeColor(this.innerText);">Black</a></li> </ul> 
D . <ul id="color"> <li><a onfocus="changeColor(this.innerText);">Red</a></li> <li><a onfocus="changeColor(this.innerText);">Black</a></li> </ul>

您目前正在审查由其他开发人员创建的应用程序的过程中。您正在检查的应用程序包括声明一个名为 EmployeeList,其中存储雇员对象的集合。如下所示:公共类 EmployeeList: Enumerator, IEnumerable{/ / 类实现}您需要的能力来循环访问 EmployeeList,最小的开发工作。你应该做什么?() 利用switch语句。 利用dowhile语句。 利用foreach语句。 使用if语句。 单片透明玻璃的传热系数K值就与同样厚度PVB夹层玻璃相比()。 A.小 。 B.大 。 C.相同 。 D.没有结论。 简述系统分析的工作步骤。 You create a Web site that is for members only. The Web site allows members to create lists of users that have access to information about member profiles. The name of the list is stored in the listName variable. The user name of the user to whom access is given is stored in the username variable. You need to enable members to manage their lists of users. Which code segment should you use? () Roles.CreateRole(listName);User.InInRole(listName);。 Roles.CreateRole(listName);Roles.AddUserToRole(useName, listName);。 Roles.RoleExists(listName);Roles.AddUserToRole(useName, listName);。 Roles.RoleExists(listName);User.InInRole(listName)。 阻塞高压

You create a Web page that contains the following code.

You need to ensure that when the user clicks an item in the list, the text color of the "Welcome!" message will change. Which declaration should you use?()

参考答案:

  参考解析

本题暂无解析

在线 客服