码迷,mamicode.com
首页 > 其他好文 > 详细

100——第38例

时间:2019-04-29 19:22:23      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:method   div   lan   doc   action   com   eth   sub   set   

<!DOCTYPE html>
<html lang="en">
<head>
    <title>title</title>
</head>
<body>
    <form action="mailto:531238678@qq.com" 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例

标签:method   div   lan   doc   action   com   eth   sub   set   

原文地址:https://www.cnblogs.com/sddr/p/10792087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!