如何解决请求网页授权接口时结尾的#wechat_redirect丢失问题?
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0e81c3bee622d60&redirect_uri=http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect 前端请求这个授权接口时,因为结尾的#wechat_redirect锚点部分会丢失,请求会失败。 请问如何解决?