摘要: AJAX全称: Asynchronous JavaScript and XML ( 异步的JavaScript 和 XML) Ajax的本质就是:XMLHttpRequest 对象; 案例: var ajax=new XMLHttpRequest() console.log(ajax) 从控制台中我 阅读全文
posted @ 2019-03-14 14:19 ZmXy 阅读(92) 评论(0) 推荐(0)