单项选择题

var b = 'on';exam.b = 'active';exam.onclick = function () { console.log(this.b);}
点击exam时的输出内容是()

A.active
B.on
C.undefined
D.以上都不对