mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Update sharing.html
This commit is contained in:
parent
b4421e3abc
commit
3e3a63715a
|
@ -2,13 +2,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title> 如何創建QR碼 </title>
|
||||
<title>如何建立 QR Code</title>
|
||||
<link href="../style.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<p> 除了掃描二維條碼,條碼掃描儀還可以產生一個QR碼,並將其顯示在屏幕上。然後你就可以顯示給朋友,讓他們用自己的手機掃描條形碼: </p>
|
||||
<p>除了掃描二維條碼,條碼掃描器還可以產生 QR code 並顯示在螢幕上,讓朋友使用他們的手機掃描您手機螢幕上的條碼:</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>
|
||||
<p>要使用此功能,請在掃描畫面按下選單按鈕,並點選「分享」,然後選擇分享聯絡人、書籤、應用程式或剪貼簿的內容,QR Code 將會自動產生。完成後,請按返回或首頁按鈕。</p>
|
||||
<p>要從您的電腦產生 QR Code,請試用 ZXing QR Code 產生器(英文):<a href="http://zxing.appspot.com/generator/"> http://zxing.appspot.com/generator/ </a></p>
|
||||
<p>由 Yao Wei 翻譯</p></body>
|
||||
</html>
|
Loading…
Reference in a new issue