zxing/android/assets/html-zh-rTW/sharing.html
2012-09-29 12:25:11 +00:00

14 lines
884 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碼 </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>