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