Ajax::prototype 源码解读 之 prototype.js 二[转载]

    技术2022-05-11  121

    /** * 定义 Ajax 对象, 静态方法 getTransport 方法返回一个 XMLHttp 对象 */var Ajax = {  getTransport: function() {    return Try.these(      function() {return new ActiveXObject(Msxml2.XMLHTTP

    最新回复(0)