回答編集履歴

1

詳細に

2019/09/08 06:03

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -20,6 +20,12 @@
20
20
 
21
21
 
22
22
 
23
+ ----
24
+
25
+
26
+
27
+ そのため修正をすると
28
+
23
29
 
24
30
 
25
31
  ```javascript
@@ -40,8 +46,14 @@
40
46
 
41
47
 
42
48
 
49
+ ```html
50
+
51
+ <!-- リスナはもうついているので、 onclick は不要 -->
52
+
53
+ <input type="button" id="button2" value="外部jsテスト"><br/>
54
+
43
55
  ```
44
56
 
45
- <input type="button" id="button2" value="外部jsテスト"><br/> <!-- リスナはもうついているので、 onclick は不要 -->
46
57
 
58
+
47
- ```
59
+ となるかと思います