zxing/android/assets/html-zh-rTW/sharing.html

14 lines
907 B
HTML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<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>