981377660LMT / ts

ts学习
6 stars 1 forks source link

js科学记数法 #437

Open 981377660LMT opened 7 months ago

981377660LMT commented 7 months ago

JavaScript中,当数字的绝对值大于等于1e21或者小于1e-7时,会自动转换为科学计数法。