把数据库的数据渲染到模板上面 ejs.renderFile('views/login.ejs', { msg: data, list: list }, function (err, data) { res.end(data); })
確定! 回上一頁