ejs-form 的使用
建立與使用
建立 search.ejs
在專案router js檔加入
說明 :
先用 form action 指向 路徑:searchList method使用post
使用 app.post() 接收request
用 res.render() 渲染 search.ejs 並傳值(title)
執行 : node 你的.js 並到127.0.0.1:3000/search 輸入任意字串 即可看到成果
Last updated
建立 search.ejs
在專案router js檔加入
說明 :
先用 form action 指向 路徑:searchList method使用post
使用 app.post() 接收request
用 res.render() 渲染 search.ejs 並傳值(title)
執行 : node 你的.js 並到127.0.0.1:3000/search 輸入任意字串 即可看到成果
Last updated