对数据进行向下取整的方法是()。
A. Math.floor()
B. Math.round()
C. Math.ceil()
D. Math.max()
jquery中,响应窗口尺寸变化的事件是()。
A. resize()
B. scroll()
C. scrollTop()
D. width()
jquery中,窗口滚动事件是()。
A. resize()
B. scroll()
C. scrollTop()
D. width()
下列事件属于js源代码中的事件的是()
A. onfocus
B. focus
C. oninput
D. onclick