面试题get 和 post 请求的区别

http协议的面试题 get请求和post请求有什么区别?

当是get请求时 页面进行跳转 如果有表单并且input标签中有name属性,可以从以下的地址中看到用户名和密码

Get

file:///G:/code/3.html?username=zhangsan&pwd=123&sex=on&bookstyle=on

Post

你可能感兴趣的:(javaweb)