safari:Error: code length overflow. (2396>2024)
hktalent opened this issue · 0 comments
hktalent commented
Error: code length overflow. (2396>2024)
code
<main id="msgList"></main>
const genQrcd=(s)=>{
const rq1 = new QRCode("msgList", {
text: s,
width: 200,
height: 200,
errorCorrectionLevel: "H"
});
};
genQrcd( `L: 最低的容错水平,可以纠正 7 个错误。
M: 中等的容错水平,可以纠正 15 个错误。
Q: 较高的容错水平,可以纠正 25 个错误。
H: 最高的容错水平,可以纠正 30 个错误。`)