Vous devez maintenant déterminer si le navigateur est fermé ou actualisé, et effectuer l'opération correspondante...
Following the voice in heart.
Appel d'actualisation :Onunload关闭调用:onbeforeunloadpeut être spécifié via window.onunload dans le script <script> ou spécifié dans <body>
Onunload
onbeforeunload
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> </body> <script> window.onbeforeunload = function(){ return "quit?"; } </script> </html>
Référence : http://www.jianshu.com/p/e920...
charger l'événement
Méthodeload()
Exemple :
$("img").load(function(){ $("p").text("Image loaded"); });
Question modifiée : Voici une question similaire à la vôtre, jetez un œil : /q/10...
Appel d'actualisation :
Onunload
关闭调用:
onbeforeunload
peut être spécifié via window.onunload dans le script <script> ou spécifié dans <body>
Référence : http://www.jianshu.com/p/e920...
charger l'événement
Méthodeload()
Exemple :
Question modifiée :
Voici une question similaire à la vôtre, jetez un œil :
/q/10...