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.
这是提交按钮的代码
<div class="submit_btn_input"><input name="submit" id="submit" type="submit" /></div>
点击它时我需要添加什么来发送电子邮件?
检查 PHP 中的 mail() 函数。
http://php.net/manual/en/function.mail.php
没有 PHP 尝试将其放入<form action="mailto:myforms@mydomain.com"></form>.
<form action="mailto:myforms@mydomain.com"></form>
在这里检查