87,838
社区成员




let returnbox = document.createElement('select');
returnbox.style.position = "absolute";//设置绝对定
returnbox.style.left = L+'px';//设置left数值
returnbox.style.top = t+h+2+'px'//设置top数值
returnbox.style.width=w+'px';//设置控件的宽度
document.body.appendChild(returnbox)