<html> <body> <form action="MAILTO:someone@RuanChen.com" method="post" enctype="text/plain"> <h3>发送邮件</h3> 姓名:<br> <input type="text" name="name" value="姓名" size="20"> <br> 邮件:<br> <input type="text" name="mail" value="邮件" size="20"> <br> 内容:<br> <input type="text" name="comment" value="内容" size="40"> <br><br> <input type="submit" value="发送"> <input type="reset" value="重写"> </form> </body> </html>
编辑上面的文字,按下“查看结果”,效果会显示在右边 Create by 软晨网(RuanChen.com)