回答編集履歴
1
修正
test
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
↓
|
6
6
|
|
7
|
-
comment = document.getElementById(id_text).value;
|
7
|
+
comment = document.getElementById('id_text').value;
|
8
8
|
|
9
9
|
```
|