摘要: nav{width: 100%;height: 50px;background: black} ul{list-style: none;background: lightblue;height:100%; margin: 0 auto;display: flex;justify-content: s 阅读全文
posted @ 2021-12-26 22:06 Exercise 阅读(60) 评论(0) 推荐(0)
摘要: app.get('/child',function(req,res) { const dataX=req.query.id const data=dataX ? eval('('+dataX+')'):{create_at:1} res.render('child.html',{data})}) 阅读全文
posted @ 2021-12-26 21:42 Exercise 阅读(22) 评论(0) 推荐(0)
摘要: app.post('/login',function(req,res){ console.log(req.body) if(req.body.name==''&&req.body.tell=='') { console.log(req.query.name) console.log(req.quer 阅读全文
posted @ 2021-12-26 20:41 Exercise 阅读(174) 评论(0) 推荐(0)