您的位置: 首页 > IT文章 > magento去掉小数点后面的0 magento去掉小数点后面的0 分类: IT文章 • 2024-05-29 19:00:19 <?php echo $_product->getPrice()?> PHP number_format() 函数 <?php echo number_format($_product->getPrice()); ?>