RMB Capitalization
Free online RMB Capitalization converter. Convert Arabic numerals to Chinese capital amount characters, pure JS implementation.
사용법
기능
- 支持最多 2 digits小数(分位)
- 支持 0/负数(零/负)
- 智能处理亿/万/元/角/分单位,自动补零
- 符合人民币财务记账大写规范
활용 사례
- 输入数字(e.g. 1234.5 / 100 / 0.05)
- 输出大写(e.g. 壹仟贰佰叁拾肆元伍角 / 壹佰元整 / 伍分)
- 负数加"负"前缀
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/rmbdaxie/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/rmbdaxie/schema.json // Step 2: 在浏览器中执行工具逻辑 // 数字转大写 在工具页 JS 中实现