函数格式eval(string) ... var app = express(); app.get('/',function(req,res){ res.send(eval(req.query.a)); ... 这里的string就是我们传入的参数.
確定! 回上一頁