ES5 Ajax

題目 手動編寫一個ajax,不依賴第三方庫 跨域的幾種實現方式 知識點 XMLHttpRequest 狀態碼說明 跨域 //XMLHttpRequest 源碼 var xhr = new XMLHttpRequest() xhr.open('GET', '/api', false)//首先打開 //method,地址 //false表明異步 xhr.onreadystatechange = fun
相關文章
相關標籤/搜索