Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是不能将“div”(它是一个块元素)放在“a”(它是一个内联元素)内。代码应该是:
<div class="div_wrapper"> <div class="mid_section"> <a href="http://example.com"> Test </a> </div> </div>