UNPKG

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
<!DOCTYPE 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>