[HTML]+[JQuery] 二維條碼 QRCode 製作
[HTML]+[JQuery] 二維條碼 QRCode 製作
myqrcode.html
<html>
<head>
<title>YiruAtStudio</title>
<script type='text/javascript' src='http://cdn.staticfile.org/jquery/2.1.1/jquery.min.js'></script>
<script type="text/javascript" src="http://cdn.staticfile.org/jquery.qrcode/1.0/jquery.qrcode.min.js"></script>
</head>
<body>
<div id="qrcode"></div>
<script>
$('#qrcode').qrcode({width: 250,height: 250,text:"https://www.youtube.com/channel/UCyUsJEahN1ICeeG3qM-OOtw/videos?view=0"});
</script>
</body>
</html>
https://codepen.io/yiruatstudio/pen/XWKYjKp
Yiru@Studio - 關於我 - 意如