代码中有action="index.html",但是我不知道调用的是什么的是方法,又有什么作用<form class="forget-form" action="index.html" method="post"> <h3>忘记密码 ?</h3> <p> 请输入您的电子邮箱地址来重置您的密码. </p> <div class="form-group"> <div class="input-icon"> <i class="fa fa-envelope"></i> <input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Email" name="email"/> </div> </div> <div class="form-actions"> <button type="button" id="back-btn" class="btn"> <i class="m-icon-swapleft"></i> 返回 </button> <button type="submit" class="btn blue pull-right"> 提交 <i class="m-icon-swapright m-icon-white"></i> </button> </div> </form>
添加回答
举报
0/150
提交
取消