复制代码代码如下 : 함수 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.body.clientHeight/2-A.ClientHeight/2)+"PX"; }