<form method=post action="mailto:[email protected]" enctype="text/plain">
...

解决方案 »

  1.   

    ENCTYPE属性用来设置浏览器向服务器发送的表单数据的MIME内容类型。默认为“application/x-www-form-urlencoded”,如果ACTION是mailto URL,那么ENCTYPE属性的取值也可以是“text/plain”,这样就可使表单的内容以普通文本的形式发送给接收方,例如:<FORM METHOD=post ACTION="mailto:[email protected]" ENCTYPE="text/plain">