摘要: window.onload = initAll;var xhr = false;function initAll() { if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else { ... 阅读全文
posted @ 2014-04-15 13:45 easy5 阅读(155) 评论(0) 推荐(0)