前端之家收集整理的这篇文章主要介绍了
发送电子邮件从html表单没有php,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
没有完美的
解决方案,因为它们仍然被编码为url变量.将enctype设置为纯文本使其更可接受.
<form action="mailto:email@example.com" enctype="text/plain">
<textarea></textarea>
</form>
原文链接:https://www.f2er.com/html/230291.html