repl 介紹: 可交互式運行環境node
var repl=require('repl'); var server=repl.start({}); var context=server.context;