We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qrcode.WriteFile("http://www.aa.com?a=123", qrcode.Medium, 256, "qr.png")
用微信扫描生成的二维码,用浏览器打开,发现请求的网址变为https://www.aa.com/?a=123 问号前面多了一个斜杠,http变为https
The text was updated successfully, but these errors were encountered:
这个是浏览器的原因,如果不支持'?',你可以测试用包含‘?’的非URL字符串来测试
Sorry, something went wrong.
No branches or pull requests
qrcode.WriteFile("http://www.aa.com?a=123", qrcode.Medium, 256, "qr.png")
用微信扫描生成的二维码,用浏览器打开,发现请求的网址变为https://www.aa.com/?a=123
问号前面多了一个斜杠,http变为https
The text was updated successfully, but these errors were encountered: