单项选择题

A.Math.max.apply(findMax)
B.findMax.max()
C.Math.max.call(findMax)
D.Math.max.apply(Math,findMax)