单项选择题

ES6模板字符串中,变量是如何嵌入到字符串中,假如变量为a()

A.`a`
B.`{a}`
C.`${a}`
D.`%{a}`