質問編集履歴

1

コード2行目を修正

2018/12/06 05:36

投稿

turutontanchan
turutontanchan

スコア17

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  var table = document.getElementById('table');
20
20
 
21
- window.document.write('<html>' + table + '</html>');
21
+ window.document.write('<html>' + table.innerHTML + '</html>');
22
22
 
23
23
 
24
24