https://chart.googleapis.com/chart?cht=qr&chld=L|1&chs=320x320&chl=資料內容
執行程式碼節點
// 修改為你想要產生為 QR Code 的資料 let data = `https://www.google.com`; // 除非要修改 QR Code 參數,不然固定即可 tmp.qr = `https://chart.googleapis.com/chart?cht=qr&chld=L|1&chs=320x320&chl=${encodeURIComponent(data)}`;
此時,tmp.qr就會是QR Code的網址連結
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up