ajax請求node服務器基本操做

使用ajax發送get請求javascript var xhr = new XMLHttpRequest() xhr.open('get', 'http://localhost:3000/first') xhr.send() xhr.onload = function() { console.log(xhr.responseT
相關文章
相關標籤/搜索