单项选择题

如果要在JS文件的Page函数中使用data中初始化的变量x,使用方法为:()。

A.data.x
B.x
C.this.data.x
D.this.x