打開 /plus/qrcode.php 找到,大概在第8行
$type = isset($type)? $type : '';
修改為:
$type = isset($type)? RemoveXSS(HtmlReplace($type,3)) : '';