回答編集履歴
3
file:///D:/
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
|
51
|
-
`location.pathname` から正規表現を使用して、**/D:/**を取得して下さい。
|
51
|
+
`location.pathname` から正規表現を使用して、**/D:/**もしくは**file:///D:/**を取得して下さい。
|
52
52
|
|
53
53
|
|
54
54
|
|
2
markdown
test
CHANGED
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
|:--|:--|:--|
|
40
40
|
|
41
|
-
|
|
41
|
+
|/|file:///D:/|file:///|
|
42
42
|
|
43
|
-
|
|
43
|
+
|/D:/|file:///D:/|file:///D:/|
|
44
44
|
|
45
45
|
|
46
46
|
|
1
/D:/test.html
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|`location.href`|file:///D:/test.html|file:///D:/test.html|
|
10
10
|
|
11
|
-
|`location.pathname`|/D:/test.html|
|
11
|
+
|`location.pathname`|/D:/test.html|/D:/test.html|
|
12
12
|
|
13
13
|
|
14
14
|
|