Perform a GET Request. JS copy. const https = require('https'). const options = {. hostname: 'example.com',. port: 443,. path: '/todos',. method: 'GET'. }.
確定! 回上一頁