jQuery前端生成二維碼

引用:html

<script src="assets/js/jquery.qrcode.min.js" charset="UTF-8"></script>

生成二維碼:jquery

var uuid={
    id:plus.device.uuid,
    name:plus.device.vendor+" "+plus.device.model,
};
jQuery('#qrcode').qrcode(JSON.stringify(uuid));
jQuery("#spUserName").html(loginInfo.account);
相關文章
相關標籤/搜索