首页题库练习题目详情
Web程序设计单选题中等

在JavaScript中,如何使用Math对象计算平方根?

AMath.sqrt()
BMath.pow()
CMath.abs()
DMath.log()