Convert float number to integer with javascript. var int = Math.round( 25.99 );. 25.99 some float number. Math.round will round given float (use Math.floor ...
確定! 回上一頁