轉自 https://blog.csdn.net/hl_qianduan/article/details/82763289 -- 还是多看文档,里面有一个timer:定时关闭弹窗的计时器,单位为ms(毫秒)。 swal({ title: "正在查询中!", showConfirmButton: false, imageUrl: "loading.gif", showCancelButton: false, timer:2000 }) --...