色婷婷狠狠18禁久久YY,CHINESE性内射高清国产,国产女人18毛片水真多1,国产AV在线观看

怎么添加二維碼js方法

江奕云2年前11瀏覽0評論

怎么添加二維碼js方法?

<script src="/js/jquery.qrcode-0.11.0.min.js"></script>

<script type="text/javascript">

$(function () {

$("#qrcode").qrcode({

//render: "table", //table方式

width: 200, //寬度

height: 200, //高度

text: "http://localhost:6158/News/@(Model.CategoryId)/@(Model.Id).shtml" //任意內容

});

})

</script>