Doit! - 노드에 대해 알아보고 개발 도구 설치하기
Last updated
Last updated
var contents = file.read('a.txt');
// ---- 대기 ----
doShow(contents);
var result = doAdd(10,10);file.read('a.txt',function(contents){
doShow(contents);
});
var result = doAdd(10,10);http.request(option, function(res){
res.on('data',function(chunk){
console.log('BODY:'+chunk);
});
});