var xhr = new XMLHttpRequest();xhr.open("POST", "/service/hello", true);xhr.setRequestHeader('content-type', 'application/json');var ...
確定! 回上一頁