<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>QR Code Generator free &#8211; 記下來</title>
	<atom:link href="https://noter.tw/tag/qr-code-generator-free/feed/" rel="self" type="application/rss+xml" />
	<link>https://noter.tw</link>
	<description>一路上踩到的坑、遇到的問題，一點一滴記下來，希望能幫助到需要的人~</description>
	<lastBuildDate>Fri, 25 Jul 2025 06:02:45 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>

<image>
	<url>https://noter.tw/wp-content/uploads/cropped-old-1130742_1920-1-32x32.jpg</url>
	<title>QR Code Generator free &#8211; 記下來</title>
	<link>https://noter.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>QR Code Generator</title>
		<link>https://noter.tw/8403/qrcode-generator/</link>
					<comments>https://noter.tw/8403/qrcode-generator/#comments</comments>
		
		<dc:creator><![CDATA[黃小蛙]]></dc:creator>
		<pubDate>Wed, 24 Mar 2021 13:18:57 +0000</pubDate>
				<category><![CDATA[便利工具]]></category>
		<category><![CDATA[QR Code Generator]]></category>
		<category><![CDATA[QRCode 產生器]]></category>
		<category><![CDATA[QRCode]]></category>
		<category><![CDATA[QRCode 線上生成]]></category>
		<category><![CDATA[QR Code Generator free]]></category>
		<category><![CDATA[免費 QR Code]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[QRCode 產生]]></category>
		<guid isPermaLink="false">https://noter.tw/?p=8403</guid>

					<description><![CDATA[<p>QR Code 產生器。 套件來源：qrcode.js</p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/8403/qrcode-generator/" data-wpel-link="internal">QR Code Generator</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<script type="text/javascript" src='https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js'></script>
<style>
#qrcode {
  width:160px;
  height:160px;
  margin-top: 20px;
  margin: 0 auto;
}
</style>
<div style="margin-top: 30px">
<input id="qr_input" type="text" style="width:100%" placeholder="Input some text here" /><br />
</div>
<div style="clear:both"></div>
<div id="qrcode"></div>

<script type="text/javascript">
var qrcode = new QRCode("qrcode");

function makeCode () {    
  var elText = document.getElementById("qr_input");
  
  if (!elText.value) {
    alert("Input some text");
    elText.focus();
    return;
  }
  
  qrcode.makeCode(elText.value);
}
/*
makeCode();
*/
jQuery("#qr_input").
  on("keydown", function (e) {
    if (e.keyCode == 13) {
      makeCode();
    }
  });  
</script>



<p>QR Code 產生器。</p>



<p>套件來源：<a href="https://davidshimjs.github.io/qrcodejs/" target="_blank" rel="noreferrer noopener nofollow external" data-wpel-link="external" class="wpel-icon-right">qrcode.js<span class="wpel-icon wpel-image wpel-icon-6"></span></a></p>



<p></p>
<p>這篇文章 <a rel="nofollow" href="https://noter.tw/8403/qrcode-generator/" data-wpel-link="internal">QR Code Generator</a> 最早出現於 <a rel="nofollow" href="https://noter.tw" data-wpel-link="internal">記下來</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://noter.tw/8403/qrcode-generator/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
