单项选择题

(function(foo){ return typeof foo.foo.bar; })({ foo: { bar: 1 } });;结果为()

A.object
B.number
C.string
D.Object