日期:2014-05-16 浏览次数:20833 次
xmlhttprequest.onreadystatechange=function(){ if(xmlhttprequest.readyState == 4){ //...... } }