日期:2014-05-16 浏览次数:20630 次
<script> xmlhttp=new XMLHttpRequest(); xmlhttp.open("GET","a.asp",false); xmlhttp.send(null); alert(xmlhttp.responseText); </script> ------解决方案-------------------- 我使用的是firefox3.6