单项选择题

< script>var a=null;console.log(typeof a);< /script>请问上述代码执行后,浏览器控制台的输出内容为()。

A.object
B.string
C.boolean