文章分类 -  Ajax

 
Ajax封装成类
摘要:/*-----------------------------ajax关键代码将ajax封装成一个类-----------------------------*/function createAjax() { var xmlHttp = false; if (window.XMLHttpRequest) { //mozilla xmlHttp = new XMLHttpRequest();//ie6不支持XMLHttpRequest if (xmlHttp.overrideMimeType) xmlHttp.overrideMimeType... 阅读全文
posted @ 2014-02-25 15:13 雪夜星 阅读(128) 评论(0) 推荐(0)