于下面的語句,執(zhí)行的結(jié)果是() <% Response.Write("中國") Response.End Response.Write("你好") %>
A.中國你好 B.中國 C.你好 D.出錯(cuò)
A.以Post方式發(fā)送的數(shù)據(jù) B.以Get方式發(fā)送的數(shù)據(jù) C.超級(jí)連接后面的數(shù)據(jù) D.以上都不對(duì)
A.CreateObject B.HTMLEncode C.MapPath D.以上全都是