JQ :contains 选择器 根据内容选取对象的强大功能 //一楼防吞 <p>I'm Janing</p> <p>hellow world</p> <script> alert( $("p:contains(Janing)").html() ) </script>