// 虽然没遇到过你这种情况, 不过是不是你的代码写错了呢? xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) ...
確定! 回上一頁