DELETE, HEAD, PATCH, POST, and PUT requests can also be used, simply change the method name: request .head('/favicon.ico') .then(res => { });. DELETE can be ...
確定! 回上一頁