Home > front end >  Qr code to store json
Qr code to store json

Time:11-05

Is there anyone who know how to store json data generated js qr code

CodePudding user response:

Qr code can put any text data, the json data is also can be directly put the qr code in the text data,

CodePudding user response:

1. The reference qrcode. Min. Js

2. Call the value, the qr code

 $(' # qrcode). Qrcode ({
Width: option. Width,
Height: option. Height,
Text: stringText
});

CodePudding user response:

refer to the original poster Faceless_K response:
is there anyone who know how to generate the js store json data of qr code

Can generate now, but I don't know how to read,,, is there a big take time to look at the help
  • Related