标签:layer set java ide 提交 fun return turn timeout
if (checkSubmitFlg == true) { console.log("禁止频繁操作.."); layer.close(ide); return false; } console.log("执行核心业务.."); //执行代码 checkSubmitFlg = true; setTimeout(function() { checkSubmitFlg = false; }, 5000);
标签:layer set java ide 提交 fun return turn timeout
原文地址:https://www.cnblogs.com/q1359720840/p/11112609.html