質問編集履歴
1
タグ「HTML5」を追加しました。条件式を「==」から「===」に変えました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -109,7 +109,7 @@
|
|
109
109
|
|
110
110
|
<div class="box1" id="02">
|
111
111
|
<script>
|
112
|
-
if (mailbox == 0)
|
112
|
+
if (mailbox === 0)
|
113
113
|
{
|
114
114
|
document.write ('手紙? そんなものは見当たりませんよ。\n');
|
115
115
|
} else
|