在html页面中,我有超链接<a>
标记。当点击像Firefox这样的PC浏览器时,IE会在同一个窗口中打开一个链接。但是如果在iPad Safari浏览器中打开相同的代码,它将打开一个新窗口。
<div class="title-page-header">
<img width="122" height="68" src="Gray2.svg" class="header-logo"><a href="index.php?cmd=logout" target="_self" class="logout-button">ログアウト</a>
</div>
这背后的原因是什么?