JavaScript toExponential() 方法

Number 对象参考手册 JavaScript Number 对象

实例

把对象的值转换为指数计数法:

var num = 5.56789;
var n=num.toExponential()

n 输出结果:

点我分享笔记