单项选择题
function CreatePerson(){this.name = "xiaoming";}var foo = new CreatePerson();以上代码中this是对( )的引用。
A.window
B.Foo
C.foo
D.function
点击查看答案
相关考题
