jQuery 1.0.2

2019-06-03 18:50:05于海丽

            for ( var j in a )
                s.push( j + "=" + encodeURIComponent( a[j] ) );
        }

        // Return the resulting serialization
        return s.join("&");
    }

});
} // close: if(typeof window.jQuery == "undefined") {