window.blur() 使window 視窗失去焦點。 舉例如下 var w1, w2; function r1() { w1 = window.open("window047_1.html", "", "width=400, height=200"); w2 ...
確定! 回上一頁