🍪🧁🍧
摘要: tips Ajax是一种服务端与浏览器之间的异步通信方式 XML是一种数据传输格式,现在大多用json 实现Ajax //创建一个XMLHttpRequest()对象 const xhr = new XMLHttpRequest(); 对于一个xhr对象,他有一个属性是readyState 可能的值 阅读全文
posted @ 2025-03-18 00:42 不想吃fun 阅读(22) 评论(4) 推荐(0)