black

web应用开发综合练习

登录

单项选择题

查看一下代码,请问输出正确的是()
var Test ={
foo:“test”,
func:function (){
var self=this;
console.log(this.foo);
console.log(self.foo);
(function (){
console.log(this.foo);
console.log(self.foo);
})();
}
};
Test.func();

A.test test undefined test
B.test undefined undefined test
C.test test undefined
D.test test test test

相关考题

单项选择题 以下哪个选项可以对元素定义不同的过渡动画效果()

多项选择题 border-style 设置边框样式的属性有哪些()

多项选择题 动画是使元素从一种样式逐渐变化为另一种样式的效果,使用什么来规定变化发生的时间的方式 ()

All Rights Reserved 版权所有©在线考试题库网(zxkao.com)

备案号:湘ICP备14005140号-7

经营许可证号:湘B2-20140064