复制代代码如下: 無标题文档 <!-- <BR>$(function(){ <BR> $("#aContains").click(function(){ <BR> $ ("div:contains('hello')").each(function(){ <BR> $(this).css("background","red"); <BR> <BR> }) <BR> $("#aEmpty").click(function(){ <BR> $("div:empty").each(function(){ <BR> $(this).html("EmptyDIV"); <BR> }) <BR> }) <BR> $("#aHas").click(function(){ <BR> $("div:has(p)").each(function(){ <BR> $ (this).css("背景","赤"); <BR> <BR> $("#aParent").click(function(){ <BR> $("div: parent").each(function(){ <BR> $(this).css("background","red"); <BR> <BR> }) 🎜>}) <BR>// - -> こんにちは! こんにちは 「hello」を含む設定コンテンツの节点红色背景颜色 コンテンツのない DIV コンテンツを EmptyDIV に設定します p ポイントの div を含む設定 子ポイントを含む div 节点红色背景色を設定します。