gpt4 book ai didi

javascript - 如何获得文字中的金额?

转载 作者:行者123 更新时间:2023-11-28 08:41:48 25 4
gpt4 key购买 nike

我希望将数字形式的金额作为收据上的文字进行回显。我的代码如下所示:

<tr>
<td width="77" style="text-align: center; font-weight: bold;">Center</td>
<td width="210" style="text-align: center; font-weight: bold;">Amount</td>
</tr><tr><td width="33" style="text-align: center; font-weight: bold;">1</td>
<td width="132" style="text-align: center; font-weight: bold;">
<?php echo $row[11] ?></td>
<td width="77" style="text-align: center; font-weight: bold;">
<?php echo $row[12] ?></td>
<td width="210" style="text-align: center; font-weight: bold;">
<?php echo $row[3] ?></td></tr></table> <tr>
<td height="32"> <p>Received with thanks Rs.....</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</td>

因此,我希望将“金额”中的值置于“感谢卢比收到”。

最佳答案

嗯,PHP 还不支持该(数字到单词)逻辑。

利用this

添加后...重写您的代码,如

<p>Received with thanks Rs. <?php echo convert_number_to_word($row[3]); ?></p>

关于javascript - 如何获得文字中的金额?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20384043/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com