代码部分:
<php>
include 'Yyin\Application\Portal\View\Notice\phpqrcode.php';
header('Content-Type: image/png');
$data = 'http://www.baidu.com';
$level = 'L';
$size = 4;
QRcode::png($data, false, $level, $size);
</php>
- 4 回答
- 0 关注
- 1041 浏览
添加回答
举报
0/150
提交
取消