单项选择题

var obj = {};
obj? alert('yes') : alert('no');以上代码执行结果是()

A.’yes’
B.’no’
C.true
D.false