form的默认提交方式修改方法
内容摘要
html的默认提交方式get而不是post,如果想变成post必须把
method="post" 才可以变成post提交。
method="post" 才可以变成post提交。
文章正文
html的默认提交方式get而不是post,如果想变成post必须把
method="post" 才可以变成post提交。
method="post" 才可以变成post提交。
代码注释