单项选择题
A.Math.max(4,5) B.min(4,5) C.Math.min(4,5) D.Math.ceil(4,5)
A.//注释内容 B./注释内容/ C./注释内容 D./*注释内容*/
A.f(1) B.f(,2) C.f1,2 D.f(1,2)