var util = require("util");

var format = util.format("%d",1)

%d : 실수, %s : string, %j : json


function Parent(){

}

function Child(){

}

util.inherits(Child, Parent);

'nodejs' 카테고리의 다른 글

예외 발생시 node crash 시키지 않기  (0) 2017.02.27
커스텀 이벤트, 상속  (0) 2017.02.27
log  (0) 2017.02.27
Console  (0) 2017.02.27
사용자 정의 모듈  (0) 2012.03.16

+ Recent posts