文本模板填充器

使用 { { 变量 } } 语法,自动识别变量并支持批量填充。全程浏览器本地处理,不上传服务器。

: {{name}}, {{order_id}}, {{date}}
1
你好,{{name}}!你的订单 {{order_id}} 已发货,预计 {{date}} 送达。