单项选择题
对于下面的语句,执行的结果是()。 <%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对象的默认有效期为多少分钟?()
单项选择题 下面程序段执行完毕,页面上显示内容是什么?() dima=12Response.Write"a"%><% dima=12 Response.Write"a" %>
单项选择题 传送给一个网页多个参数时,我们将多个参数用()连接