复代码码 代码如下: <머리> 无标题文档 <!-- <BR>$(function(){ <BR> $("#aContains").click(function(){ <BR> $ ("div:contains('hello')").each(function(){ <BR> $(this).css("Background","red"); <BR> }) <BR> $("#aEmpty").click(function(){ <BR> $("div:empty").each(function(){ <BR> $(this).html("EmptyDIV"); <BR>>> $ (this).css("배경","빨간색"); <BR> }) <BR> }) <BR> $("#aParent").click(function(){ <BR> $("div: parent").each(function(){ <BR> $(this).css("배경","빨간색"); <BR> }) <BR> }) <BR>}) <BR>// - -> <본문> 안녕하세요! 안녕하세요 设置内容包含“hello”的节点红color背景颜color 设置无内容的DIV内容设为EmptyDIV 设置包含 p 节点적 div 节点红color背景颜color 设置包含子节点的 div 节点红color背景颜color