Open butterandfly opened 9 years ago
使用setTimeout来触发含alert的方法
setTimeout(function() { alert('Got it.'); }, 0)
使用setTimeout来触发含alert的方法