msg = JSON.stringify(json); res.writeHead(200, { "Content-Type": "application/json;", "Content-Length": msg.length }); res.end(msg);
沒有留言:
張貼留言