去评论
dz插件网

话说DiscuzX3.5的/source/plugin/mobile,有qrcode.php这个文件吗? New

哥斯拉
2024/04/24 18:39:32
我新建了一个dianzimingpian插件,在source\plugin\dianzimingpian里面放了一个qrcode的插件,
准备做一个电子名片的插件,放了一段测试代码;但是运行之后他提示Oops! System file lost: class/class_qrcode.php;这是为啥
dianzimingpian/mobile/里的dianzimingpian.php文件是这样的

include " ./phpqrcode/phpqrcode/qrlib.php";include " ./phpqrcode/phpqrcode/phpqrcode.php";
$content = 'BEGIN:VCARD'."\n";
$content .= 'VERSION:2.1'."\n";
$content .= 'N:尼古拉斯 · '."\n";
$content .= 'FN:君斩'."\n";
$content .= 'ORG:华南财经大学'."\n";
$content .= 'TEL;WORK:12580'."\n";
$content .= 'EMAIL:1455796532@qq.com'."\n";
$content .= 'URL:https://lujunzhan.github'."\n";

$content .= 'END:VCARD'."\n";
$QRcode= new QRcode();
QRcode::png($content);




我知道答案 回答被采纳将会获得1 贡献 已有0人回答