js將兩個數的除數保留兩位小數

function percentNum(num,num2) { return (Math.round(num / num2 * 10000) / 100.00 + "%"); //小數點後兩位百分比 }
相關文章
相關標籤/搜索