var opt = { host:'localhost', port:'8888', method:'POST', path:'/getTicket', headers:{ } } var body = ''; var req = http.request(opt, ...
確定! 回上一頁