對于下面的語句,執(zhí)行的結(jié)果是()。 <%Response.Write("hello!")Response.End()Response.Write("world")%><% Response.Write("hello!") Response.End() Response.Write("world") %>%
A.hello!world B.hello! C.world D.出錯
A.10 B.15 C.20 D.應(yīng)用程序從啟動到結(jié)束
下面程序段執(zhí)行完畢,頁面上顯示內(nèi)容是什么?() <%dima=12Response.Write"a"%><% dima=12 Response.Write"a" %>%
A.a B.12 C.不確定 D.該句有錯,無法正常輸出