function onclick2DMap() { //1秒后执行延迟加载方法mapenlarge,以毫秒计算 setTimeout(mapenlarge, 1000); } //延迟加载的方法 function mapenlarge() { alert(666); }