Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title>如何建立 QR Code</title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p>除了掃描二維條碼,條碼掃描器還可以產生 QR Code 並顯示在螢幕上,並讓別人掃描您手機螢幕上的條碼:</p>
<p class="imgcenter"><img src="../images/scan-from-phone.png"/></p>
<p>要使用此功能請在掃描畫面按下選單按鈕並點選「分享」然後選擇分享聯絡人、書籤、應用程式或剪貼簿的內容QR Code 將會自動產生。完成後,請按返回或首頁按鈕。</p>
<p>要從您的電腦產生 QR Code請試用 ZXing QR Code 產生器(英文):<a href="https://zxing.appspot.com/generator/"> https://zxing.appspot.com/generator/ </a></p>
</body>
</html>