当前位置: 技术问答>java相关
请高手给我讲讲html文件中这两句是什么意思?(内详),有劳各位了!!1
来源: 互联网 发布时间:2015-04-07
本文导语: 1。 2。 有烦各位高手给讲详细,通俗一点!!!!!! | 该表单的名称为"e-mail",当提交该表单时,表单的内容以post的方式提交到 sendMail.jsp页面。 这个指的是传递的媒体类型,采用gb23...
1。
2。
有烦各位高手给讲详细,通俗一点!!!!!!
2。
有烦各位高手给讲详细,通俗一点!!!!!!
|
该表单的名称为"e-mail",当提交该表单时,表单的内容以post的方式提交到
sendMail.jsp页面。
这个指的是传递的媒体类型,采用gb2312编码形式
|
去WWW.w3.org看看HTTP协议的白皮书吧!
|
随便找本网页制作的书,都会详细介绍这两个语句
一个是Form提交的标准确格式
一个大部份页面采用的编码格式。
一个是Form提交的标准确格式
一个大部份页面采用的编码格式。
|
1.your name of this form just is "e_mail",if you will submit this form ,"sendMail.jsp" will be compiled and execused, the variable of this will be sent to this "jsp",whith the method of "Post";
2.the style of the sending medium ,useing the mode of coding --"gb2312" which make your "jsp"display Chinese correctly!
2.the style of the sending medium ,useing the mode of coding --"gb2312" which make your "jsp"display Chinese correctly!
|
第一行是针对提交数据进行处理的方式
第二行是指定HTML页面的性质,可以不写
第二行是指定HTML页面的性质,可以不写
|
都说完了,我说什么??
|
说得那么详细了,我无话可说了