<html>
<body>
<a href="http://www.w3school.com.cn/" target="_blank">Visit W3School!</a>
<p>如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。</p>
<div onclick="window.open(‘http://www.baidu.com‘ )" style="cursor:hand" )>在新窗口跳转至百度</div>
</body>
</html>
时间: 2024-10-11 11:37:56