怎么实现页面加载完成后“加载中,请稍后...”自动消失?
window.onload = function(){
document.getElementById('box').style.display = 'none';
}
你用alert当然是不可以的。