質問編集履歴

1

再修正しました。

2021/07/26 14:18

投稿

kinsncn
kinsncn

スコア34

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  <textarea id="text">これはテストです</textarea>
12
12
 
13
- <button onclick ="write()" id="add-btn">登録</button>
13
+ <button onclick ="postTxt()" id="add-btn">登録</button>
14
14
 
15
15
 
16
16
 
@@ -38,7 +38,7 @@
38
38
 
39
39
  //HTML書き込む
40
40
 
41
- function write () {
41
+ function postTxt () {
42
42
 
43
43
  if (text.value == 0) {
44
44
 
@@ -60,8 +60,6 @@
60
60
 
61
61
  }
62
62
 
63
-
64
-
65
63
  </script>
66
64
 
67
65
  </body>