matometaru
9/21/2017 - 6:50 AM

obj.a === obj['a']は同じ、'a'の文字列を変えたいときに便利

obj.a === obj['a']は同じ、'a'の文字列を変えたいときに便利

win.history[historyType === "replace" ? "replaceState" : "pushState"](null, null, hash);