Files
ClassContent/历届学生/周阳/每日课程/2021-04-15/笔记.txt
2024-09-27 02:06:13 +08:00

42 lines
666 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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