POST GET

GET请求有哪些(GET请求封装为地址栏中)
form标签 (在method设置为get的时候)
a标签
link标签 (引入css文件的时候)
Script标签 (引入javascript文件的时候)
img标签引入图片
iframe引入html页面
浏览器地址栏中输入地址后敲回车

POST请求有哪些(POST请求封装为请求体)
form标签 method=post

原文地址:https://www.cnblogs.com/ltc0504/p/14504396.html