var flag = true;setTimeout(function(){ flag = false;},0)while(flag){}console.log(flag);
devtools 輸入下面代碼后,關不了了,為什么?如何解決呢?
當年話下
2019-03-08 18:14:15