onunload ,onbeforeunload都是在刷新或关闭时调用,可以在<script>脚本中通过window.onunload来调用。区别在于onbeforeunload在onunload之前执行, ...
確定! 回上一頁