摘要: const name = "zs" const age = 18 const str = tag`my name is ${name}, age ${age}` function tag(strings, ...values) { console.log(strings, values) } 阅读全文
posted @ 2025-09-29 13:11 君归何时 阅读(3) 评论(0) 推荐(0)