我在https://github.com/marcoagner/Flask-QRcode/tree/master/sample_application中使用代码 但是我在{{}}符号上出现了错误
<img src="{{ qrcode("Load icon image from static folder.", error_correction='H', icon_img='icon.jpg') }}">
我将其更改为
var test = "hello eve."
<img src="{{ qrcode("+test+", error_correction='H', icon_img='icon.jpg') }}">
它没有用并且失败了,我在互联网上搜索了很多,但是我仍然不知道那是什么