magento去掉小数点后面的0时间:2022-04-29 18:26:29 <?php echo $_product->getPrice()?> PHP number_format() 函数 <?php echo number_format($_product->getPrice()); ?>