回答編集履歴

1

不要な部分削除

2018/12/13 10:30

投稿

shou6
shou6

スコア305

test CHANGED
@@ -7,8 +7,6 @@
7
7
  // 現在のURLパラメータを配列で取得
8
8
 
9
9
  // 何もパラメーター無しの時はnull
10
-
11
- console.log(location.search.substring(1))
12
10
 
13
11
  const urlParamList = location.search.substring(1) !== "" ? location.search.substring(1).split("&") : null
14
12