计算机二级习题练习

计算机二级考试WEB每日一练(2015-12-15)
1题:Web全称是____________.
【填空题】:

2题:显示显示10以内的加法口诀表
【分析题】:

3题:
名词解释
 事件?
【分析题】:

4题:Trim 函数功能?
【分析题】:

5题:___________获得的是网站的根目录信息
【填空题】:

6题:response的 ___ 方法可以将客户端的浏览器重定向到一个新的网页。
【填空题】:

7题:forward(request,response)与include(request,response)的区别?
【分析题】:

8题:
用VBScript设计一个页面,显示一个数字时钟,格式如03:16:47 PM


  请补全如下代码:


      


    
  timerid=window.settimeout("clock()",1000)


  sub clock()  


  hours=_______  


  minutes=________  


  seconds=________  


  if hours>12  then  


  mark = "PM"


  hours = hours-12


  end if


  if hours=0  then hours=12


  if hours<10 then hours="0"________  


  if minutes<10 then minutes="0"______


  if seconds<10 then seconds="0"_______  


  nowtime= ______________


  ___________.innerhtml=nowtime  


  timerid=_____________


  end sub

【填空题】:

9题:Servlet生命周期:
【分析题】:

10题:Cookie有哪些用途?
【分析题】:

 

您正在结束答题

请确认是否提交试卷?

继续做题 确认提交