回答編集履歴
1
関数名が誤っていました
test
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
|
107
107
|
vars.push(hash[0]);
|
108
108
|
|
109
|
-
vars[hash[0]] = decodeURI(hash[1]);
|
109
|
+
vars[hash[0]] = decodeURIComponent(hash[1]);
|
110
110
|
|
111
111
|
}
|
112
112
|
|