摘要:
ajax --> 阅读全文
摘要:
function ajax(url,fnSucc,fnError) { if (window.XMLHttpRequest) { var httpRequest = new XMLHttpRequest(); } else { var httpRequest = new ActiveXObject("Microsoft.XMLHTTP"); ... 阅读全文
摘要:
Document 阅读全文
摘要:
Document 阅读全文