摘要:
/** * 格式化商品价格 * * @access public * @param float $price 商品价格 * @return string */ function price_format($price, $change_price = true) { if($price==='') { $price=0; } i... 阅读全文
posted @ 2017-07-04 10:22
chenjiacheng
阅读(414)
评论(0)
推荐(0)

浙公网安备 33010602011771号