delphi下生成二维码的代码,支持D7到XE8, 解决中文乱码问题
2019-12-21 18:48:38 1018KB delphi 二维码
1
jquery qrcode 二维码 例: < DOCTYPE html> <html> <head> <meta charset "utf 8" > < js引用包 > <script src " jquery min js">< script> <script type "text javascript" src " jquery qrcode min js">< script> < head> <body> < 二维码绘制区域 > <div id "qrcodeCanvas">< div> < body> <script style "text javascript"> $ "#qrcodeCanvas" qrcode { text: "aaa" 二维码代表的字符串(本页面的URL) width: 50 二维码宽度 height: 50 二维码高度 } ; < script> < html>">jquery qrcode 二维码 例: < DOCTYPE html> <html> <head> <meta charset "utf 8" > < js引用包 > <script src " jquery min js">< script> <script type "text javascript" src " jquery qr [更多]
2014-09-29 00:00:00 36KB qrcode 二维码
1
因为项目需要用到二维码,就顺便研究了下。但是网上大部分资料不支持汉字生成。这里附上支持汉字和特殊字符生成二维码的源码。供大家参考。 项目需要引用ThoughtWorks.QRCode.dll
2014-04-25 00:00:00 1.87MB 二维码 二维码生成 二维码识别 QRCode
1