// .test <div class="test"></div> // #test <div id="test"></div> // a.test <a href="" class="test"></a> // .test>a.test >表示嵌套 <div class="test"><a href="" class="test"></a></div>