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

//延迟加载的方法
function mapenlarge() {
alert(666);
}

 

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-08-24
猜你喜欢
  • 2021-05-25
  • 2021-06-23
  • 2021-06-15
  • 2021-12-21
  • 2022-12-23
  • 2021-08-05
  • 2021-06-20
相关资源
相似解决方案