iT邦幫忙

2021 iThome 鐵人賽

DAY 11
0
自我挑戰組

JavaScript 的入門介紹系列 第 11

JavaScript入門 Day11_有關數字的語法3

  • 分享至 

  • xImage
  •  

今天要講講數字的其他語法,那今天要講的是Math.round( )/images/emoticon/emoticon07.gif
那這個是要幹嘛的呢,他其實就是四捨五入的用法
來看看code吧

var num = 3.3;
document.write( Math.round(num) );

那成果呢,就會長這樣的子啦
https://ithelp.ithome.com.tw/upload/images/20210916/20137339T8qlwHLJxJ.jpg
一個裝著3.3這個數字的容器,經過 Math.round( )
他就會四捨五入啦~
那今天就先這樣啦,see you tomorrow/images/emoticon/emoticon29.gif


上一篇
JavaScript入門 Day10_有關數字的語法2
下一篇
JavaScript入門 Day12_如何使用數字4
系列文
JavaScript 的入門介紹30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言