28. Who are worried about hackers in the story?
A. Johnny's parents.
B. School headmasters, teachers and the police.
C. The police.
D. School headmasters and teachers.
第1题:
已知有定义:Strings="story",下面()表达式是合法的。
A.s+="books";
B.charC=s[1];
C.intlen=s.length;
D.Strings=s.toLowerCase();
第2题:
第3题:
写出单词的单复数:story
第4题:
第5题:
给定一个JSP程序源代码,如下: <jsp:forward page="result.jsp"> <jsp:param name="school" value="FAFU"/> </jsp:forward > 在result.jsp中,使用()代码片段可以输出参数school的值
A.<jsp:getParam name="school">
B.<jsp:getParameter name="school">
C.<%=request.getAttribute("school")%>
D.<%=request.getParameter("school")%>
第6题:
8、在下列的 HTML 中,哪个可以产生超链接?
A.<a url="http://www.w3school.com.cn">W3School.com.cn</a>
B.<a href="http://www.w3school.com.cn">W3School</a>
C.<a>http://www.w3school.com.cn</a>
D.<a name="http://www.w3school.com.cn">W3School.com.cn</a