复制代码代码如下:: Funktion 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"; }