onunload 事件範例一、寫在JavaScript 區內. <script type='text/javascript'> window.onunload=SayGoodbye; function SayGoodbye(){ alert('bye'); }
確定! 回上一頁