質問編集履歴

1

脱字の修正

2020/10/23 00:57

投稿

rastynail3366
rastynail3366

スコア6

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,8 @@
26
26
 
27
27
  var url = location.origin + pathname + "/Create" + location.search + "&id=" + id;
28
28
 
29
+ location.href = url;
30
+
29
31
  ```
30
32
 
31
33