100——第38例

Posted sddr

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了100——第38例相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <title>title</title>
</head>
<body>
    <form action="mailto:[email protected]" method="POST">
        姓名:<br>
        <input type="text" name="name" value="yourname" >
        <br>
        电邮:<br>
        <input type="text" name="mail" value="yourmail">
        <br>
        内容:<br>
        <input type="text" name="comment" value="yourcomment" >
        <br>
        <input type="submit" value="发送">
        <input type="reset" value="重置">
    </form>
    <p>method(方法,办法,措施)</p>
    <p>action(行动,行为过程,行为)</p>
    <p>这样就可以实现将表格数据发送给想要发给的人</p>
</body>
</html>

 

以上是关于100——第38例的主要内容,如果未能解决你的问题,请参考以下文章