router.get('/api/checkstate', function(req, res) { //fs. ... function(err, stat) { if(err == null) { res.send('Found'); } else if(err.code == 'ENOENT') ...
確定! 回上一頁