标签: javascript xmlhttprequest
try { XMLHttpRequest.prototype.onload } catch(e) { document.write(e) }
我正在尝试在XMLHttpRequest构造函数上编写一个包装器,而这个错误会抛出。是什么原因?