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 1.11 kB
<!DOCTYPE HTML> <html> <head> <meta charset="UTF-8"/> <title> 어떻게 QR 코드를 만드는 방법 </title> <link href="../style.css" rel="stylesheet" type="text/css"/> </head> <body> <p> 2D 바코드를 스캔뿐만 아니라, 바코드 스캐너는 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>Google 번역을 통해 번역.</p></body> </html>