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>