shileiye 9 жил өмнө
parent
commit
7e7a23a4c5
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      index.php

+ 3 - 0
index.php

@@ -240,6 +240,9 @@ $title = "MD记事本";
           setCookie('pass', pa, 365);
         }
       }
+    }
+    window.onbeforeunload = function () {
+      return "请确认文档是否保存!";
     }
 	</script>
   </body>