phonegap-plugin-barcodescanner-ps
Version:
You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.
14 lines • 897 B
HTML
<html>
<head>
<meta charset="UTF-8"/>
<title> 如何創建QR碼 </title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> 除了掃描二維條碼,條碼掃描儀還可以產生一個QR碼,並將其顯示在屏幕上。然後你就可以顯示給朋友,讓他們用自己的手機掃描條形碼: </p>
<p class="imgcenter"><img src="../images/scan-from-phone.png"/></p>
<p> 要使用此功能,請從主掃描屏幕上的菜單按鈕,並點擊“分享”。然後選擇是否要共享聯繫人,書籤,應用程序,或將剪貼板的內容。將自動生成的QR碼。當你完成後,按返回或家庭。 </p>
<p> 要生成QR碼從您的計算機,嘗試的ZXing QR代碼生成: <a href="http://zxing.appspot.com/generator/"> http://zxing.appspot.com/generator/ </a></p>
<p>谷歌翻譯,譯。</p></body>
</html>