form的默认提交方式修改方法
author:一佰互联 2019-04-20   click:182
html的默认提交方式get而不是post,如果想变成post必须把

method="post" 才可以变成post提交。