瘦体重计算器
無料オンライン除脂肪体重計算ツール。体重と体脂肪率を入力するだけで、筋肉・骨・水分などの除脂肪体重(LBM)を即座に算出します。健康指標として最適です。提供:clawam.com。
使い方
機能
- 瘦体重计算器,纯前端处理,数据不出浏览器
- 支持输入输出实时计算,响应迅速
- 无需注册安装,打开即可使用
- 适合健康工具场景下的轻量级转换需求
利用シーン
- 在输入框填入需要处理的文本,选择对应参数
- 点击"开始处理"按钮,结果立即显示在下方
- 纯前端工具,所有计算在浏览器内完成,无网络请求
Runtime
- 现代浏览器(Chrome/Firefox/Safari/Edge)
- 移动端浏览器同样支持,响应式布局
- 无需后端,数据不上传保护隐私
Agent API 使用方法
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/lean_body_mass/ 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/lean_body_mass/schema.json // Step 2: 在浏览器中执行工具逻辑 // 瘦体重计算器 在工具页 JS 中实现