怎么感覺(jué)他們的這個(gè)測(cè)試系統(tǒng)有問(wèn)題,答案不準(zhǔn)確。也不知道是否真的對(duì)了或者錯(cuò)了
2014-11-29
$(".red,.green").html("hi,我們的樣子很美哦!");
2014-11-28
$("form *").attr("disabled", "true");
2014-11-28
怎么都沒(méi)有效果的??!而且這個(gè)都不能判斷對(duì)錯(cuò),這個(gè)是很大的問(wèn)題?。。。?!
2014-11-28
$("li:last-child").css("background-color", "blue");
2014-11-28
$("li:first-child").css("background-color", "green");
2014-11-28
$("li[title*='果']").css("background-color", "green");
2014-11-28
$("li[title!='蔬菜']").css("background-color", "green");
2014-11-28
你輸入的 1 是 偶數(shù) 你輸入的 1 是 小于0 驗(yàn)證好像都錯(cuò)了
$("li[title='蔬菜']").css("background-color", "green");
2014-11-28