我一直在使用這個互換,工作是一樣的。有什麼區別嗎? 哪種方法應該在哪些情況下使用? <a><button> ...</button></a>和<button><a> ...</a></button>有什麼區別?
<html>
<head>
</head>
<body>
<a href="http:\\www.google.com"><button> click </button></a>
<button><a href="http:\\www.google.com"> click </a></button>
</body>
</html>
不能嵌套互動元素! – Oriol
@Oriol感謝您的具體陳述。現在我已經閱讀了文檔的這一部分,這更清楚。 –