Dolen

导航

11 2016 档案

JavaScript的Ajax请求示例
摘要://创建XMLHttpRequest对象 var request = false; try { request = new XMLHttpRequest(); } catch (trymicrosoft) { try { request = new ActiveXObject("Msxml2.XML 阅读全文

posted @ 2016-11-17 11:40 Dolen 阅读(976) 评论(0) 推荐(0)