回答編集履歴
1
ミスがあったため修正。
test
CHANGED
@@ -6,6 +6,6 @@
|
|
6
6
|
|
7
7
|
```HTML
|
8
8
|
|
9
|
-
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
|
9
|
+
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script><script src="test.js" ></script>
|
10
10
|
|
11
11
|
```
|