2016-10-31 108 views
-3

我打算使用QR碼,生成圖片後我需要保存這張圖片,問題是,這是可能的,我該怎麼做?拍攝QR碼生成的圖片

enter image description here

+1

你說的意思是 「拿這幅畫」,特別是有關[標籤:SQL]? –

+1

你到目前爲止做了什麼?請顯示你的一些代碼。 – DimaSan

+0

表達「拍照」的通常含義涉及相機。我的印象是你使用JavaScript插件來生成QR碼,並且你想把生成的圖片提交到服務器端的數據庫,但是從你的措辭不可能知道。你能否編輯這個問題,澄清你的意思,並可能分享一些相關的代碼? –

回答

-1

enter image description here

在HTML我寫這個劇本:

<input id="text" type="text" value="aa" style="width:80%" /><br /> 
<div id="qrcode" style="width:100px; height:100px; margin-top:15px;"></div> 
<div id="append"></div>