This commit is contained in:
colben 2024-11-25 22:35:29 +08:00
parent 3d05bc7f8c
commit 6e8015a2cf

View File

@ -50,8 +50,8 @@ categories: ["web"]
- 尝试执行当前 location {} 内的 root
### 重新发起请求
- redirect 返回 302 临时重定向
- permanent 返回 301 永久重定向
- redirect 返回 302 临时重定向
- permanent 返回 301 永久重定向
## if
- if(condition){...}