回答編集履歴

1

修正

2016/12/20 14:30

投稿

s8_chu
s8_chu

スコア14731

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  if (navigator.userAgent.indexOf("MSIE") != -1 || Boolean(document.documentMode) == true) {
22
22
 
23
- document.write("IE")
23
+ document.write("IE");
24
24
 
25
25
  }
26
26