摘要: 使用PHP QR Code类库创建二维码使用举例浏览器输出:<?include "phpqrcode/phpqrcode.php";$value="http://s.bookphone.cn/chinabook/index.php/adminhtml/Croles/admin";$errorCorrectionLevel = "L";$matrixPointSize = "4";QRcode::png($value, false, $errorCorrectionLevel, $matrixPointSize 阅读全文
posted @ 2013-03-25 17:04 klj123wan 阅读(1280) 评论(0) 推荐(0)