久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區(qū)

標題: 話說DiscuzX3.5的/source/plugin/mobile,有qrcode.php這個文件嗎? [打印本頁]

作者: 重勇(張飛)    時間: 2024-4-23 17:12
標題: 話說DiscuzX3.5的/source/plugin/mobile,有qrcode.php這個文件嗎?
我新建了一個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:華南財經(jīng)大學'."\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);





作者: 湖中沉    時間: 2024-4-25 10:05
二維碼生成文件,和版本無關(guān)




歡迎光臨 Discuz! 官方交流社區(qū) (http://www.9999xn.com/) Powered by Discuz! W1.0