按科学计数法格式化数字。
number.to_exponential(digits)
digits
6
0
String。
String
n = 12.34 result = n.to_exponential(1)