zxing/android/assets/html-zh-rCN/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>