質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
const path = location.pathname;
|
8
8
|
|
9
|
-
// pathには/hoge/abc123_def567
|
9
|
+
// pathには/hoge/abc123_def567が取れる想定です
|
10
10
|
|
11
11
|
```
|
12
12
|
|