(function (send) { XMLHttpRequest.prototype.send = function () { this.addEventListener('readystatechange', function() { console.log('readyState changed'); } ...
確定! 回上一頁