zxing/android/assets/html-zh/sharing.html
2016-11-11 20:23:20 +00:00

15 lines
814 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title>如何建立 QR Code</title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p>除了掃描二維條碼,條碼掃描器還可以產生 QR Code 並顯示在螢幕上,並讓別人掃描您手機螢幕上的條碼:</p>
<p class="imgcenter"><img src="../images/scan-from-phone.png"/></p>
<p>要使用此功能請在掃描畫面按下選單按鈕並點選「分享」然後選擇分享聯絡人、書籤、應用程式或剪貼簿的內容QR Code 將會自動產生。完成後,請按返回或首頁按鈕。</p>
<p>要從您的電腦產生 QR Code請試用 ZXing QR Code 產生器(英文):<a href="https://zxing.appspot.com/generator/"> https://zxing.appspot.com/generator/ </a></p>
</body>
</html>