“Modal Nodejs” Code-Antworten

Modal Nodejs

const bodyParser = exigir('carrocería'); app.usar(bodyParser.urlencoded ()); app.post ("/tu / página", función (req, res) {
    const show_modal = !!req.body.modal ; // Echado a booleanores.render ("página", {show_modal});}
Odd Osprey

Modal Nodejs

const bodyParser = require('body-parser');
app.use(bodyParser.urlencoded());
app.post("/your/page", function (req, res) {
    const show_modal = !!req.body.modal; // Cast to boolean
    res.render("page", { show_modal });
}
Odd Osprey

Ähnliche Antworten wie “Modal Nodejs”

Fragen ähnlich wie “Modal Nodejs”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen