特殊的QrCode是如何编码的?
我需要创建具有特殊 QrCode 类型(如网络链接、Vcard、PayPal 支付按钮...)的 QrCode 图像(使用 Google Chart API)。
问题是,我没有找到关于我应该编码的字符串的官方文档。我现在所做的就是关注网络上一些二维码生成器的原始内容。例如,这是 Web 链接 QrCode 的输出。
http://stackoverflow.com
这是电话呼叫的编码字符串
TEL:98989898
所以有特殊的编码,似乎有约定,但我找不到在哪里可以找到它们。我知道我可以使用生成器来获取我需要的所有类型,但我更喜欢文档之类的东西。
I need to create QrCode images (with Google Chart API) that has special QrCode types (like a web link, a Vcard, a PayPal pay button...).
The problem is, I don't find official documents about the string that I should encode. What I did right now, is to follow the raw content of some QrCode Generator on the web. For Example, this is the output for a Web Link QrCode.
http://stackoverflow.com
Here is the encoded string for a phone call
TEL:98989898
So there is special coding and it seems that there are conventions, but I don't find where I can find them. I know I can use the generator to get all the types I need, but I prefer something like a documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
QR码规范没有定义内容标准。这些是事实上的标准和从网络借用的标准的示例。
以下是我们对所使用格式的最佳总结:http://code.google.com/ p/zxing/wiki/BarcodeContents
The QR code spec does not define a standard for contents. These are examples of de facto standards and standards borrowed from the web.
Here's our best try at summarizing the formats in use: http://code.google.com/p/zxing/wiki/BarcodeContents