摘要:
<!DOCTYPE HTML><html><body>Makes XHR request every 50ms. Watch the memory. Fixes XHR leak in older IEs.<script>onload = function() { setInterval(function(){ var xhr = new XMLHttpRequest() xhr.open('GET', 'jquery.js', true) xhr.onreadystatechange = function() { 阅读全文