我们可以在QR码中保存/存储多少数据/信息?

编程入门 行业动态 更新时间:2024-10-09 15:15:45
本文介绍了我们可以在QR码中保存/存储多少数据/信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想使用此脚本 github/jeromeetienne/jquery-qrcode (或者还有更好的解决方案吗?)

我喜欢做的是保存一些小脚本或程序,即使像xml格式文件(svg,x3d,...)那样的文件作为QR码图像。

但是,我可以准确保存多少信息(以字节为单位)图像(使用此JavaScript解决方案)?

使用此脚本并使用qr码获取文件的任何经验? github/jeromeetienne/jquery-qrcode

解决方案

< QR码有三个参数:数据类型,大小(像素数)和纠错等级。可以存储多少信息也取决于这些参数。例如,纠错级别越低,可以存储的信息就越多,但代码难以为读者识别。

最大尺寸和最小误差更正提供以下值: 仅限数字最大值。 7,089个字符 字母数字最大。 4,296个字符 二进制/字节最大。 2,953个字符(8位字节)

I would like to use this script github/jeromeetienne/jquery-qrcode (or is there even a better solution?)

What I like to do is "save" some small scripts or programs and even files like xml formatted files (svg, x3d, ...) as QR code images.

But how much information (in bytes) can I save exactly to QR code images (using this javascript solution)?

Any experience with this script and using qr codes for files? github/jeromeetienne/jquery-qrcode

解决方案

QR codes have three parameters: Datatype, size (number of 'pixels') and error correction level. How much information can be stored there also depends on these parameters. For example the lower the error correction level, the more information that can be stored, but the harder the code is to recognize for readers.

The maximum size and the lowest error correction give the following values: Numeric only Max. 7,089 characters Alphanumeric Max. 4,296 characters Binary/byte Max. 2,953 characters (8-bit bytes)

更多推荐

我们可以在QR码中保存/存储多少数据/信息?

本文发布于:2023-11-25 18:06:42,感谢您对本站的认可!
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:我们可以   数据   信息   QR

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!