回答編集履歴
3
file:///D:/
answer
CHANGED
@@ -23,6 +23,6 @@
|
|
23
23
|
|
24
24
|
### 結論
|
25
25
|
|
26
|
-
`location.pathname` から正規表現を使用して、**/D:/**を取得して下さい。
|
26
|
+
`location.pathname` から正規表現を使用して、**/D:/**もしくは**file:///D:/**を取得して下さい。
|
27
27
|
|
28
28
|
Re: erp さん
|
2
markdown
answer
CHANGED
@@ -18,8 +18,8 @@
|
|
18
18
|
|
19
19
|
|href属性値|絶対URI(GC)|絶対URI(Fx)|
|
20
20
|
|:--|:--|:--|
|
21
|
-
|
|
21
|
+
|/|file:///D:/|file:///|
|
22
|
-
|
|
22
|
+
|/D:/|file:///D:/|file:///D:/|
|
23
23
|
|
24
24
|
### 結論
|
25
25
|
|
1
/D:/test.html
answer
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|コード|値(GC)|値(Fx)|
|
4
4
|
|:--|:--|:--|
|
5
5
|
|`location.href`|file:///D:/test.html|file:///D:/test.html|
|
6
|
-
|`location.pathname`|/D:/test.html|
|
6
|
+
|`location.pathname`|/D:/test.html|/D:/test.html|
|
7
7
|
|
8
8
|
参考。
|
9
9
|
|