Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图使用 HTML 表单发送电子邮件:
<FORM METHOD=POST ACTION="mailto:someone@$nailmail.com" ENCTYPE="text/plain">
在我的默认电子邮件消息框中,我不断地从编辑框中获取整个 HTML 代码而不是实际文本。如何从编辑框中只发送书面的、可见的文本而不是整个 HTML 代码?我已经尝试过ENCTYPE="text/html",但这不起作用。
ENCTYPE="text/html"