為何提交后會alert出兩次?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> 加載事件 </title>
<script type="text/javascript">
? function message(){
? ? alert("哈哈?。?!加載中,請稍等…"); }
</script> ? ?
</head>
<body onload="message()">
? 歡迎學習JavaScript。
</body>
</html>
2017-07-25
你復制到自己的編輯器上,這種網頁版本的多少會有一些 bug