zxing/android/assets/html-zh-rCN/index.html
2014-02-09 11:02:15 -05:00

23 lines
1.1 KiB
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> 条码扫描器说明 </title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> 官方的Android应用程序的开源ZXing项目<br/>
<a href="http://github.com/zxing/zxing"> http://github.com/zxing/zxing </a></p>
<p> 条码扫描器在您的手机上使用摄像头读取条形码,查询产品的信息,如价格和评论。 </p>
<p class="imgcenter"><img src="../images/scan-example.png"/></p>
<p> 此外还可以读取QR码和Data Matrix二维条码如。这些都可以包含网站的链接联系信息如电话号码和电子邮件地址以及更多。 </p>
<ul class="touchable">
<li><a href="whatsnew.html"> 在这个版本中有什么新功能 </a></li>
<li><a href="scanning.html"> 如何扫描 </a></li>
<li><a href="about1d.html"> 关于一维条码 </a></li>
<li><a href="about2d.html"> 关于二维条码 </a></li>
<li><a href="sharing.html"> 如何创建QR码 </a></li>
<li><a href="license.html"> 隐私政策,法律和许可信息 </a></li>
</ul>
<p>由谷歌翻译翻译。</p></body>
</html>