Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

i use code in https://github.com/marcoagner/Flask-QRcode/tree/master/sample_application but I had an error with the {{}} sign

(我在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') }}">

I changed it to

(我将其更改为)

var test = "hello eve."

<img src="{{ qrcode("+test+", error_correction='H', icon_img='icon.jpg') }}"> 

It didn't work and it failed, I searched the internet a lot but I still didn't know what it was

(它没有用,但失败了,我在互联网上搜索了很多,但我仍然不知道那是什么)

  ask by Tuan Pham translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
162 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...