🔢 数字工具Number Tools
生成数字序列(支持补零编号),或统计文本中所有数字的总和、平均值、最大、最小与中位数。Generate number sequences (with zero-padding) or compute the sum, average, min, max and median of all numbers in your text.
① 数字序列生成① Generate sequence
② 数字统计② Number stats
数字处理(去重 / 排序)Process (dedupe / sort)
③ 随机数字③ Random numbers
④ 数字转文字④ Number to words
⑤ 人民币大写⑤ RMB uppercase
如 1234567.89 → 壹佰贰拾叁万肆仟伍佰陆拾柒元捌角玖分;支持负数与「零元整」。e.g. 1234567.89 → 壹佰贰拾叁万肆仟伍佰陆拾柒元捌角玖分; negatives and “零元整” supported.
⑥ 数字格式化⑥ Number format
自动加千分位(1,234,567.891);负数、科学计数法与十六进制(0x…)原样保留;可指定固定小数位(四舍五入)。Adds thousands separators (1,234,567.891); negatives, scientific notation and hex (0x…) pass through; optional fixed decimals (rounded).
⑦ 科学计数法互转⑦ Scientific notation
十进制 ↔ 科学计数法自动互转(超出精度自动用 e 记数法,如 1234567890123456789012 → 1.2345678901234568e+21)。Decimal ↔ scientific notation both ways (very large/small numbers fall back to e-notation automatically).
使用说明How to use
怎么用How to use
- 选择模式:生成序列或统计数字Choose: generate a sequence or summarize numbers
- 设置起止步长,或粘贴含数字的文本Set start/end/step, or paste text with numbers
- 查看序列或总和/平均/最大/最小See the sequence or sum/avg/min/max
示例:1 到 10 补零编号Example: Zero-padded 1 to 10
全程在你的浏览器本地完成,文本不会上传服务器。Runs entirely in your browser; your text is never uploaded.
从文本中自动提取数字并统计(个数 / 总和 / 平均 / 最小 / 最大 / 中位数,可调小数位);另有序列生成、随机数、数字转中英文读法、人民币大写与科学计数法。Extracts numbers from text with stats (count / sum / avg / min / max / median, adjustable decimals); also sequences, random numbers, number-to-words (zh/en), RMB uppercase and scientific notation.