单项选择题

var x=3;var y="3";console.log(x==y);请问浏览器控制台输出结果为()。

A.true
B.false
C.0
D.1