我想让以下字符串中的小数显示为上标:
$string .= number_format(round($value, (int)$decimal_place), (int)$decimal_place, $decimal_point, $thousand_point);
我不是很聪明,但从昨天开始我一直在尝试使用不同的方法,我发现搜索堆栈溢出。像."<sup>
or just"<sup>"
和also.'<sup>'
等许多其他组合,但没有任何效果。由于我在代码中引入的错误,我要么收到错误,要么价格消失,因为正如我所说,我不是棚子里最锋利的工具。