回答編集履歴

3

file:///D:/

2020/11/01 05:35

投稿

think49
think49

スコア18166

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

2020/11/01 05:35

投稿

think49
think49

スコア18166

test CHANGED
@@ -38,9 +38,9 @@
38
38
 
39
39
  |:--|:--|:--|
40
40
 
41
- |`/`|`file:///D:/`|`file:///`|
41
+ |/|file:///D:/|file:///|
42
42
 
43
- |`/D:/`|`file:///D:/`|`file:///D:/`|
43
+ |/D:/|file:///D:/|file:///D:/|
44
44
 
45
45
 
46
46
 

1

/D:/test.html

2020/11/01 05:32

投稿

think49
think49

スコア18166

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|file:///D:/test.html|
11
+ |`location.pathname`|/D:/test.html|/D:/test.html|
12
12
 
13
13
 
14
14