Skip to content

Commit cd248c9

Browse files
committed
update
1 parent 97e21ce commit cd248c9

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

ServletAjax/images/result.png

7.81 KB
Loading

ServletAjax/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
### 应用场景
55
搜索框,模糊搜索等
66

7+
### 执行结果
8+
![效果图][1]
79

810
### 理论分析
911

@@ -20,8 +22,8 @@
2022

2123
XMLHttpRequest 是一个API, 它为客户端提供了在客户端和服务器之间传输数据的功能
2224

23-
readyState 五种状态
24-
---
25+
readyState 五种状态
26+
2527
值 | 状态 | 描述
2628
-- | --- | ----
2729
0 | UNSENT (未打开) | 代理被创建,但尚未调用 open() 方法。
@@ -34,3 +36,6 @@ readyState 五种状态
3436

3537
### 项目核心源码
3638
见本项目
39+
40+
41+
[1]: ./images/result.png

0 commit comments

Comments
 (0)