2020年12月27日
摘要: jquery 用原生 js 写代码的时候,比如获取节点: $('#test'); // jquery 再比如发送 ajax 请求: let xhr = null; // 处理代码的兼容性问题 if (window.XMLHttpRequest) { xhr = new XMLHttpRequest( 阅读全文
posted @ 2020-12-27 15:28 wpwp123 阅读(73) 评论(0) 推荐(0)