app.locals.var_name= 10; In your ejs file you will access this vaiable using <%= var_name %> tag. If you want ...
確定! 回上一頁