作个记号://发送邮件 function sendMail($to, $title, $content){ require_once('class.phpmailer.php'); $mail = new PHPMailer(); ...