Replies: 1 comment 2 replies
-
可能是中文编码问题。 qrcode一般是生成前是啥,扫码出来是啥。不过不同的扫码工具请求这个地址时,使用的编码不同,导致请求后编码不同。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
操作的步骤如下
1、导入的maven文件
2、测试类
3、结论
1、使用了三个链接去生成二维码,发现https://juejin.cn/backend?name=张珊&school=厦门大学 生成的二维码扫码后跳转的链接为https://juejin.cn/backend?name=%E5%BC%A0%E7%8F%8A&school=%E5%8E%A6%E9%97%A8%E5%A4%A7%E5%AD%A6 ,其余两个正常 这是什么原因导致的
Beta Was this translation helpful? Give feedback.
All reactions