奥礼网
新记
javascrip中<form action=""method="post" name="form1">这段代码中action,method是指什么啊?
javascrip中<form action=""method="post" name="form1">这段代码中action,method是指什么啊?
举报该文章
相关建议 2017-01-23
action表示表单会提交给等号后面的文件里,也就是""里面可以填需要的地址。
浏览器使用 method 属性设置的方法将表单中的数据传送给服务器进行处理。共有两种方法:POST 方法和 GET 方法。
具体内容可以查阅相关资料
温馨提示:内容为网友见解,仅供参考
当前网址:
https://aolonic.com/aa/kwgda434n53kdwak3g.html
其他看法
第1个回答 2017-01-23
action代表你from表单提交的位置(路径),method表示你提交的方式(GET,POST);本回答被提问者采纳
第2个回答 2017-01-23
这是HTML表单
action 需要代表表单提交的页面
method代表提交的方法
相似回答
大家正在搜
相关问题
第一句<form id="form1" name="form...
<form name="form1" method="pos...
<form method="post" action="me...
<form id="form1" name="form1" ...
<form id="form1" name="form1" ...
<form name="form1" method="pos...
<form action="result.jsp" meth...