单项选择题

let words: string = `您好,今年是 ${ name } 发布 ${ years + 1} 周年`;以上words变量是什么类型?()

A.number
B.any
C.string
D.boolean