84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
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...