var params = new URLSearchParams(window.location.search);
alert(params.get("ref_c"));
下面就可以直接用了
alert里面的参数不要加“”,加了引号就是字符串了
alert(authCode);