[数字金额大小写转换]
<p><strong>方法签名:</strong> </p>
<p><code>math_digitUppercase(number)</code></p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>将数字的金额转换为中文大写数字</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">number</td>
<td style="text-align: left;">数字类型</td>
<td style="text-align: left;">数字类型的参数</td>
</tr>
</tbody>
</table>
<p><strong>返回值说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">String</td>
<td style="text-align: left;">返回中文大写数字</td>
</tr>
</tbody>
</table>
<p><strong>使用例子</strong></p>
<pre><code>println(math_digitUppercase(33333));</code></pre>
<p><strong>输出结果</strong></p>
<pre><code>叁万叁仟叁佰叁拾叁元整</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>无</li>
</ul>