<script>
window.addEventListener("load", function() {
var script = document.createElement("script");
script.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-xxxxxxxxxxxxxxxx";
document.body.appendChild(script);
});
</script>
其中,您需要将 ca-pub-xxxxxxxxxxxxxxxx 替换为您的发布商 ID。