摘要: public function test(){ include app_path('libraries/qrcode/phpqrcode.php') ; $value = 'http://www.baidu.com'; //二维码内容 $errorCorrectionLevel = 'L';//容错级别 $matrixPointSize = 6;//生成图片大小 //生... 阅读全文
posted @ 2017-10-19 14:55 佚小名 阅读(143) 评论(0) 推荐(0)