复制代码代码如下: fungsi dothis () { var a = document.geteLementById ("addyear"); a.style.left = (document.body.clientwidth/2-a.clientwidth/2)+"px"; a.style.top = (document.body.scrolltop+document.body.clientHeight/2-a.clientHeight/2)+"px"; }