url编码问题
2022年6月23日2566
我用下方链接生成二维码以后<a href='https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf23ecf1f3b201907&redirect_uri=https%3A%2F%2Fwww.yunzikongjian.com%2Fwechat%2F%23%2Flogin&response_type=code&scope=snsapi_userinfo&state=8-3#wechat_redirect' target='_blank' class='text-blue' rel='noindex,nofollow'>https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf23ecf1f3b201907&redirect_uri=https%3A%2F%2Fwww.yunzikongjian.com%2Fwechat%2F%23%2Flogin&response_type=code&scope=snsapi_userinfo&state=8-3#wechat_redirect</a>
生成的二维码直接成了<a href='https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf23ecf1f3b201907&redirect_uri=https' target='_blank' class='text-blue' rel='noindex,nofollow'>https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf23ecf1f3b201907&redirect_uri=https</a>://www.yunzikongjian.com/wechat/#/login&response_type=code&scope=snsapi_userinfo&state=8-3#wechat_redirect导致微信扫码不能识别问题有办法解决?
来源于页面:网址二维码生成器