单项选择题

var cat = "cat";
cat.color = "black";
console.lo(cat.color)控制台打印是()

A.black
B.null
C.undefined
D.报错