获得与数字 7.25 相距最近的整数的 JavaScript 语句是 ________。
A、round(725)
B、rnd(725)
C、Mathround(725)
D、Mathrnd(725)
在 JSP页面中,类型为 HttpServletResponse 的内置对象是( )
A、out
B、response
C、request
D、config
在 javaScrpt 中 window对象的( )方法用于打开一个新窗口。
A、openWindow()
B、window()
C、open()
D、close()
A、
B、ResponseWrite
C、ResponseBinaryWrite
D、ResponseFlush
下列函数中能够把 6.25 四舍五入为最接近的整数的是 ______。
A、round(625)
B、rnd(625)
C、Mathrnd(625)
D、Mathround(625)