手機網頁掃二維碼

來源:互聯網
上載者:User

標籤:previous   qrcode.js   class   name   innerhtml   top   pre   伺服器   elements   

 測試地址
http://39.106.12.24/DecodeQRCode

 

 

 

即時掃描的以現在的網路安全性確實實現不了,

這種是拍照後解碼的

//qrcode.js 比較特別,要到我的伺服器上下

//http://39.106.12.24/1Test/qrcode.js 

 

 

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/>
<script src="qrcode.js" type="text/javascript" charset="utf-8"></script>
<script src="analyticCode.js" type="text/javascript" charset="utf-8"></script>
<style type="text/css">
#file {
position: absolute;
width: 120px;
height: 120px;
opacity: 0;
top: 0;
left: 0;
overflow: hidden;
z-index: 10;
}
</style>
</head>
<body>
<div class="module-content">

<div class="box">
<div style="position: relative;">
<img style="width: 120px;height: 120px;" src="" />
<input type="file" onchange="getUrl(this,‘file-url‘)" name="" id="file" value="" />
<p class="url-box" id="urlBox"></p>
</div>
</div>
</div>

<script type="text/javascript">
function getUrl(e, param) {
analyticCode.getUrl(param, e, function (text, address) {
e.nextElementSibling.innerHTML = text;
e.previousElementSibling.src = address;
});
}
</script>
</body>
</html>

手機網頁掃二維碼

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.