Record a problem you encountered when using the front-end plug-in qs

1. Project introduction: a small program with one code for one object, ordinary QR code q
2. Application technology: uni-app
3. Problem description:
When minxins onLoad accepts the passed QR code parameter q, qs will automatically Encryption encoding, since there may be special symbols in it, we should not encode at this time, so our processing is:
qs.stringify(arguments, { encode: false} )

Guess you like

Origin blog.csdn.net/qq_37174991/article/details/113126118