单项选择题

< script>var a=’123.34abc’;console.log(parseInt(a));< /script>请问浏览器控制台的输出内容为()。

A.NaN
B.123
C.123.34
D.123.34abc