2023-01-19 Vue Math.round():四捨五入 Math.round():四捨五入 Math.round(3.14) // 3 Math.round(5.49999) // 5 Math.round(5.5) // 6 Math.round("5.50001") // 6 Math.round(-5.49999) // -5 Math.round(-5.5) // -5 Math.round(-5.50001) // -6 Newer keys():返回一個新的Array Iterator對象,其中包含數組中每個索引的鍵 Older Css Flex