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.
我想制作一个图像,以便当您单击它时它会带您到某个地方。这个的编码是什么?
将 img 标签包裹在锚标签中
<a href='someurl'> <img src='someImage' /> </a>