特殊的QrCode是如何编码的?

发布于 2024-11-26 18:49:38 字数 359 浏览 0 评论 0原文

我需要创建具有特殊 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

燕归巢 2024-12-03 18:49:39

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文