问答详情
源自:5-3 开个新窗口 - 在新建浏览器窗口中打开链接

提交后点答案区的百度没有反应

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title>target属性</title>
</head>

<body>
    <a herf="http://www.baidu.com" target="_self"> 百度 </a><br />
    <a herf="http://www.baidu.com" target="_blank"> 百度 </a>
</body>

</html>



提问者:励志成为大佬 2020-05-19 19:28

个回答

  • Haoge_com
    2020-06-04 17:36:49

    还有就是把http改成https, 不然会出现跨域

  • 慕少7141700
    2020-05-21 14:55:55

    代码写错了哟,herf改成href

  • qq_余生_hnMY35
    2020-05-21 05:38:34

    你仔细检查一下你的代码,是href!!!  不是herf!!!

  • weixin_慕工程7087894
    2020-05-20 10:23:50

    <a herf="http://www.baidu.com" > 百度 </a>

    herf改为href?