引入jquery.qrcode.min.js
html:<div id="qrcode" width="700"height="500" ></div>js:var content="ddddd"
$("#qrcode").qrcode(content);