可能重复:
MySQL or PHP is appending a  whenever the £ is used
当我用php邮件发送电子邮件时,我会收到这封信.
它出现在国标前。
有人能帮忙吗?
发布于 2010-08-10 13:48:33
确保有正确的内容类型,即mail($to,$subject,$message,"Content-type: text/plain; charset=UTF-8")
mail($to,$subject,$message,"Content-type: text/plain; charset=UTF-8")
希望这能有所帮助
https://stackoverflow.com/questions/3449545
相似问题