单项选择题

function Co(){}var o =new Co();alert(o.__proto__===Co.prototype)
这段程序的结果是()

A.FALSE
B.TRUE
C.报错
D.undefined