Files
ClassContent/历届学生/罗朝/项目练习/vue-chart/笔记.txt
2024-09-27 02:06:13 +08:00

7 lines
195 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.

1:ajax 单向的数据通讯方式 客户端浏览器 ---> 服务器
2:websocket 双向的数据通讯方式
客户端浏览器 ---> 服务器
服务器 ---> 客户端浏览器