``html,, window.onload = function() {, var ad = document.getElementById("floatingad");, ad.style.position = "fixed";, ad.style.left = "10px";, ad.style.top = "10px";, },,`` 在……