經過AJAX與Servlet進行交互:經過JSON傳遞數據

1.原生AJAX代碼 get請求: //建立xhr,IE低版本不支持 var xhr = new XMLHttpRequest(); //servlet地址 var url="/Website01/index.view"; xhr.open("get", url, true); //xhr處理事件,異步 xhr.onreadystatechange = function() { if (x
相關文章
相關標籤/搜索