题目内容

以下哪个写法可以获取选择器选中元素的title属性值

A. $(".demo").css("title")
B. $(".demo").css("title","value")
C. $(".demo").attr("title")
D. $(".demo").attr("title","value")

查看答案
更多问题

以下哪个写法是选择器对象的遍历

A. $(".demo").each(function(index){this})
B. $(".demo").find()
C. $(".demo").list(function(index){this})
D. $(".demo").not()

以下哪个位置选择器写法是错误的

A. $(".demo:odd")
B. $(".demo:even")
C. $(".demo:one")
D. $(".demo:lt(2)")

对方阵做初等行变换,不改变方阵的行列式.

A. 对
B. 错

行阶梯型方阵一定是三角矩阵.

A. 对
B. 错

答案查题题库