判断题
A.利用call方法不可以传递数组B.利用apply方法不可以传递数组C.利用call方法可以传递数组D.利用apply方法可以传递数组
A.parselnt(Math.random()*50)B.Math.ceil(Math.random()*50)C.Math.floor(Math.random()*51)D.parseFloat(Math.random()*50)