first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
meta 原数据标签
https://blog.csdn.net/qq_16559905/article/details/51182085
标签有两类:
1块标签 divh1~h6pulol
会独占一行的标签
可以设置宽高
2行标签 aimginputspanvideo
不会独占一行的标签
不可以设置宽高
div , span
作用?
用来实现网站布局结构的划分!
form method
js ajax
GET 地址栏传参query传参
http://127.0.0.1/b.php?username=1111&userpwd=2222&phone=11111
POST
form data请求体中传递参数
请求
1请求头
请求参数
2响应头
响应数据
3请求体
请求方式:
GET
POST
PUT
DELETE