提交后點答案區(qū)的百度沒有反應(yīng)
<!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-06-04
還有就是把http改成https, 不然會出現(xiàn)跨域
2020-05-21
代碼寫錯了喲,herf改成href
2020-05-21
你仔細檢查一下你的代碼,是href!?。? 不是herf?。?!
2020-05-20
<a herf="http://www.baidu.com" > 百度 </a>
herf改為href?