单项选择题

预测以下代码片段的输出结果:()
var str ;
alert(typeof str);

A.. string ;
B.. undefined;
C.. object ;
D.. String;