是否可以仅链接到网页上的 div?例如,
<html>
<body>
Here is some content I don't care about
<div class="stuff">
Here is some content I want. Blah blah. It may change from time to time
</div>
Here is more content I don't care about and do not want to see when this link is clicked
</body>
</html>
是否有一个超链接只显示“东西”的内容而不显示其他内容?
为了进一步澄清,如果有人要创建此链接,则该页面中的任何其他内容都不会出现在 iframe 中。