js 百分比保留小数点后两位
(Math.round((2 / 7) * 100*100)/100).toFixed(2) + '%'
(Math.round((2 / 7) * 100*100)/100).toFixed(2) + '%'
"28.57%"
未闻花名
(Math.round((2 / 7) * 100*100)/100).toFixed(2) + '%'
(Math.round((2 / 7) * 100*100)/100).toFixed(2) + '%'
"28.57%"