人民币大写转换

無料オンライン人民元大文字変換ツール。数字で入力した金額を、証書類・領収書に使われる漢語大写形式(壹仟贰佰叁拾肆元伍角)に正確に変換します。提供:clawam.com。

使い方

機能

  • 支持最多 2 digits小数(分位)
  • 支持 0/负数(零/负)
  • 智能处理亿/万/元/角/分单位,自动补零
  • 符合人民币财务记账大写规范

利用シーン

  • 输入数字(e.g. 1234.5 / 100 / 0.05)
  • 输出大写(e.g. 壹仟贰佰叁拾肆元伍角 / 壹佰元整 / 伍分)
  • 负数加"负"前缀

Agent 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 中实现