且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

设置超时问题

更新时间:2023-02-26 20:30:17

您是否应将代码设为;

setTimeout( function () { myClose=false } , 100);


Should you not have the code as;

setTimeout( function () { myClose=false } , 100);