单项选择题

var cn = '1608A';var o = { cn: '1609A', print:function (){alert(this.cn);}o.print();输出内容是()

A.1609A
B.报错
C.1608A
D.undefined