為什么頁面內百度打不開
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>target屬性</title>
</head>
<body>
<!--頁面內打開百度-->
<a target="_self" title="百度">百度</a>
<!--新頁面打開百度-->
<a target="_blank" title="百度">百度</a>
? ?
</body>
</html>
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>target屬性</title>
</head>
<body>
<!--頁面內打開百度-->
<a target="_self" title="百度">百度</a>
<!--新頁面打開百度-->
<a target="_blank" title="百度">百度</a>
? ?
</body>
</html>
2021-09-09
舉報
2021-09-09
我剛剛復制你的代碼在notepad++上了,網頁內是可以打開的,可能卡了