/** * 文件Session * @return {[type]} [description] */ module.exports = Session(function(){ return { get: function(){ }, set: function(){ } } })