回复@飞鱼 :
彩虹系统bug修复: 秒评内容不能自定义 修复方式:pl.php中 if(preg_match("/[随机]/",$content) || $content=''){ 替换为 if(preg_match("/[随机]/",$content)=0 || $content=''){ bug原因: 没有对匹配结果进行判断
请勾选本项再提交评论