2010-02-25 77 views

回答

3

你可以使用其中一個行動推遲毫秒x個的setTimeout

setTimeout(function(){ 
    window.close(); 
}, 2000);