作者 邓超

x

... ... @@ -50,7 +50,7 @@ class Address {
if(!empty($email)){
$el = preg_replace('/[^\x20-\x7E]/', '', $email);
if($el){
$email = $el;
$email = trim($el);
}
$this->email = $email;
$this->name = trim($this->raw);
... ...