相关考题
-
单项选择题
可以利用Errors集合的()来判断是否有错误发生
A.Number属性
B.Description属性
C.Count
D.Source属性 -
单项选择题
语句rs.Fields.Count返回的值是()。
A.记录集的行数
B.记录集的列数
C.记录集的行数+1
D.记录集的列数-1 -
单项选择题
对于下面的语句,执行的结果是()。 Response.Write("hello!")Response.End()Response.Write("world")%><% Response.Write("hello!") Response.End() Response.Write("world") %>
A.hello!world
B.hello!
C.world
D.出错
