web 開發之js---ajax cgi異步調試

xmlhttp.onreadystatechange=function() { //alert(xmlhttp.readyState); //alert(xmlhttp.status); if (xmlhttp.readyState==4 && xmlhttp.status==200) { //document.getElementById("print").innerHTML= decodeUR
相關文章
相關標籤/搜索