사용 방법: vCard QR 코드 생성기
vCard QR 코드 생성기은 브라우저에서 즉시 generate a vCard 3.0 contact QR code with name, organisation, title, phone, email, website, address and note할 수 있는 무료 온라인 qr 도구입니다. 데이터를 붙여넣고 옵션을 조절하면 실시간으로 결과를 얻을 수 있습니다 — 설치 불필요, 가입 불필요, 서버 전송도 없습니다.
설명
Generate a vCard 3.0 contact QR code with name, organisation, title, phone, email, website, address and note.
- qr
- 모든 연산이 클라이언트에서 수행되어 API 키, 토큰 등 민감한 데이터에도 안전합니다.
사용 방법
vCard QR 코드 생성기 사용법은 세 단계:
- 입력창에 데이터를 붙여넣기 (또는 예제 불러오기).
- 목적에 맞게 옵션 조정.
- 출력 복사·다운로드·확인 — 입력에 따라 실시간 업데이트.
실행
예제
Emits a vCard 3.0 with N, FN, ORG, TITLE, TEL, EMAIL and URL; scanning it offers to save the contact.
출력(由工具此刻实时生成)
<div class="qr-out">
<div class="qr-preview"><img src="data:image/png;base64,iVBORw0KGgo=" alt="QR code" width="256" height="256" style="max-width:100%;height:auto;image-rendering:pixelated"></div>
<div class="qr-meta">
<table class="tb-table"><tbody>
<tr><th>Detected type</th><td>vCard</td></tr>
<tr><th>Version</th><td>9 (53×53 modules)</td></tr>
<tr><th>Error correction</th><td>M</td></tr>
<tr><th>Quiet zone</th><td>4 module(s)</td></tr>
<tr><th>Payload size</th><td>163 bytes (UTF-8)</td></tr>
<tr><th>Contrast</th><td>21.00:1</td></tr>
<tr><th>Validation</th><td class="ok">VALID</td></tr>
<tr><th>Render → decode self-test</th><td class="bad">FAILED (decoded ≠ payload)</td></tr>
</tbody></table>
<table class="tb-table"><tbody><tr><th>name</th><td>John Doe</td></tr><tr><th>phone</th><td>+15550109988</td></tr><tr><th>email</th><td>john@example.com</td></tr><tr><th>org</th><td>26173 Tools</td></tr><tr><th>url</th><td>https://www.26173.com</td></tr></tbody></table>
</div>
</div>
<div class="qr-payload"><strong>Payload</strong><pre class="ex-io">BEGIN:VCARD
VERSION:3.0
N:Doe;John
FN:John Doe
ORG:26173 Tools
TITLE:Engineer
TEL;TYPE=CELL:+15550109988
EMAIL:john@example.com
URL:https://www.26173.com
END:VCARD</pre></div>
<div class="tb-btns qr-actions">
<button class="btn btn-primary" data-qr-dl="png">Download PNG</button>
<button class="btn" data-qr-dl="svg">Download SVG</button>
<button class="btn" data-qr-copy="payload">Copy payload</button>
<button class="btn" data-qr-copy="svg">Copy SVG</button>
<button class="btn" data-qr-copy="image">Copy image</button>
<button class="btn" data-qr-print>Print</button>
</div>
<p class="ex-note">Generated and verified entirely in your browser. No data is uploaded.</p>
此输出由工具真实运行产生,并非人工编写。
사용 사례
vCard QR 코드 생성기이 유용한 상황:
- Generate a vCard 3.0 contact QR code with name, organisation, title, phone, email, website, address and note.
매개변수
| key | 옵션 | type | allowed | default | vCard QR 코드 생성기 |
|---|---|---|---|---|---|
type | Content type | select | text, url, wifi, email, phone, sms, vcard, mecard, geo, calendar, whatsapp, telegram, bitcoin, ethereum, upi, json, custom | — | vcard |
ec | Error correction | select | M (M ≈ 15% (default)), L (L ≈ 7%), Q (Q ≈ 25%), H (H ≈ 30% (needed for logos)) | — | M |
version | Version (0 = auto) | number | — | 0 | — |
margin | Quiet zone (modules) | number | — | 4 | 4 |
scale | Module size (px) | number | — | 8 | — |
fg | Foreground | color | — | #000000 | — |
bg | Background | color | — | #ffffff | — |
dot | Module style | select | square (Square), rounded (Rounded), dots (Dots) | — | — |
corner | Finder pattern style | select | square (Square (safest)), styled (Styled) | — | — |
입력: — · 출력: HTML · live: ✗
FAQ
vCard QR Code Generator이 무엇인가요?
generate a vCard 3.0 contact QR code with name, organisation, title, phone, email, website, address and note을(를) 위한 도구입니다. 전부 브라우저에서 실행되어 데이터가 외부로 전송되지 않습니다.
무료인가요?
네. 무제한, 가입·설치 없이 무료입니다.
데이터가 업로드되나요?
아니요. 모든 처리는 로컬에서 이루어집니다.
주의 사항
- 结果不会随输入实时更新——修改输入后请点击「运行」。
- 输出以格式化内容呈现;如需纯文本请使用「复制」。
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。