Live2D
摘要: var xhr = null; if(window.XMLHttpRequest){ xhr= new XMLHttpRequest(); }else{ xhr = new ActiveXObject("Microsoft.XMLHTTP"); } xhr.open(method,url,true);//true为异步,false为同步 xhr.onreadystatechan... 阅读全文
posted @ 2017-06-22 17:10 webmtjj 阅读(342) 评论(0) 推荐(0)