计算机二级考试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有哪些用途? |
【分析题】: |