var xmlHttp = createXMLHttpRequest(function(){}); executeXMLHttpRequest(xmlHttp,'',false); xmlHttp.onreadystatechange = function() { if(xmlHttp.readyState==4){ if(xmlHttp.status==200){ if (xmlHttp.responseText.length >10){ // } } } }xmlHttp.responseTex爲空時,xmlHttp.responseText.length爲6.不知道緣由…… 全部XMLHttpRequest.responseText == ""和XMLHttpRequest.responseText == null 一直無效