单项选择题

function Foo(){getName =function(){alert(1)};return this;},其中this指向()

A.getName
B.window
C.Foo
D.以上说法都不对