单项选择题
对于下面的语句,执行的结果是()。
<%
Response.Write("hello!")
Response.End()
Response.Write("world")
%><%
Response.Write("hello!")
Response.End()
Response.Write("world")
%>%
A.hello!world
B.hello!
C.world
D.出错
点击查看答案
相关考题
-
单项选择题
Application对象的默认有效期为多少分钟?()
A.10
B.15
C.20
D.应用程序从启动到结束 -
单项选择题
下面程序段执行完毕,页面上显示内容是什么?() dima=12Response.Write"a"%><% dima=12 Response.Write"a" %>
A.a
B.12
C.不确定
D.该句有错,无法正常输出 -
单项选择题
传送给一个网页多个参数时,我们将多个参数用()连接
A.∪
B.+
C.&
D.#
