我只想查看 div 的內容,但 Firefox 向我展示了很多空屬性和非不必要屬性。請幫我隱藏那些屬性??
在 Chrome 上也會發生同樣的事情:
資源:
<!DOCTYPE html>
<html>
<body>
<div id="this-is-an-id" class="this-is-a-class" custom-attribute="this-is-a-custom-attribute">This is the content of the div</div>
</body>
</html>
uj5u.com熱心網友回復:
重新加載頁面時出現問題。
但我找到了解決方案,通過使用
window.onload = function() { console.log(Element)}
我不知道問題是否出在我的瀏覽器中,但我嘗試了firefox、chrome、Edge并且它的行為相同。
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/506925.html
標籤:javascript html 火狐 安慰