摘要:
<!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() { 阅读全文
posted @ 2013-01-22 14:06
汉城
阅读(121)
评论(0)
推荐(0)
浙公网安备 33010602011771号