【发布时间】:2018-04-05 06:45:45
【问题描述】:
如何将 number = "$lowprice" 格式化为货币
$price_content .= '<span>';
if ($currency_sympol) $price_content .= get_post_meta($id,$wprs_prefix.'lowprice', TRUE);
$price_content .= '<sup>'.$currency_sympol.'</sup>';
$price_content .= '</span>';
【问题讨论】:
-
请将代码格式化为代码而不是普通文本。