var check = function (s) { if (s == null || s == '') { return "未录入"; } return s; } module.exports.check = check;