如何把 7.25 四舍五入为最接近的整数( )。
A. round(7.25)
B. rnd(7.25)
C. Math.rnd(7.25)
D. Math.round(7.25)

出自:国家开放大学JavaScript程序设计