要使用jquery的库要下载对应的js库或者使用cdn
<div id="xxx"></div>
jQuery(function(){
jQuery('#xxxx').qrcode({
render: "canvas",
width: 400,
height: 400,
background: "#ffffff",
foreground: "#000000",
text: "http://www.123.com/xxx.php"
});
});
这样就可以直接调用API使用二维码