<button type="button" onclick="createQrcode()">创建收款码</button>
<div>
<div id="qrcode"></div>
</div>
<script>
function createQrcode(){
var qrcode = new QRCode(document.getElementById("qrcode"), {
width : 200,
height : 200
});
qrcode.makeCode("您的收款金额:100元");
}
</script>
建行聚合收款码
关键词:
添加客服微信