AJAX 請求 NIDE 搭建簡單服務

// ajax 請求4部曲 let xhr = new XMLHttpRequest(); xhr.open('GET','/api/user',true); xhr.onload = function () { console.log(xhr.response); } xhr.send(); let express = require('express'); let a
相關文章
相關標籤/搜索