在DHTML中把整个文件的各个元素作为对象处理的技术是:()
A、HTML
B、CSS
C、DOM
D、Script
下列函数中能够把6.25四舍五入为最接近的整数的是______。
A、round(625)
B、rnd(625)
C、Mathrnd(625)
D、Mathround(625)
A、Checkbox
B、Radio
C、Text
D、Textarea
A、vartempA,tempB,tempC
B、tempA*=3
C、tempA>=tempB||tempA=tempB>tempC
在Servlet中,response.getWriter()返回的是()
A、JspWriter对象
B、PrintWriter对象
C、Out对象
D、ResponseWriter对象