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.

15 lines 837 B
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"/> <title> 关于一维条码 </title> <link href="../style.css" rel="stylesheet" type="text/css"/> </head> <body> <p> 传统的条形码,如产品包装上印刷,也被称为一维条形码。常用的有几种类型,包括UPC和EAN。大多数看起来像这样: </p> <p class="imgcenter"><img src="../images/big-1d.png"/></p> <p> 这些一维条码包含一个独特的代码,它通常描述了一种产品,如CD或一本书。你可以看一下这段代码,在互联网上找到价格,评论等。 </p> <p> 如果扫描一本书,你也可以为一个词或短语搜索本书的内容,它出现的地方找到的所有网页: </p> <p class="imgcenter"><img src="../images/search-book-contents.jpg"/></p> <p>谷歌翻译,译。</p></body> </html>