单项选择题

假设微信小程序Page对象的data属性对象中有一个叫weather的属性,在视图层采用如下哪个代码进行数据渲染?()

A.data.weather
B.data.get(“weather”)
C.{weather}
D.{{weather}}