单项选择题

< script >console.log(eval("1+2"));< /script >请问浏览器控制台输出内容为()。

A.1+2
B.eval(“1+2”)
C.3
D.“1+2”