toExponential() 方法将数字转换为指数表示法。
number.toExponential(
x)
Parameter | Description |
---|---|
x | Optional. An integer between 0 and 20 representing the number of digits in the notation after the decimal point. If omitted, it is set to as many digits as necessary to represent the value |
一个字符串,将数字表示为指数表示法。 |
toExponential()
是 ECMAScript3 (ES3) 功能。
所有浏览器均完全支持 ES3 (JavaScript 1999):
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | Yes |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!