摘要:
var XMLHttpReq;//根据不同的浏览器创建不同的XMLHttpRequest对象function createXMLHttpRequest() { if (window.XMLHttpRequest) { XMLHttpReq = new XMLHttpRequest();} else ... 阅读全文
posted @ 2014-09-04 17:38
我是齐欢
阅读(236)
评论(0)
推荐(0)
浙公网安备 33010602011771号