建立查询后,可以在查询方法 query 的回调函数中读取查询结果: var query = connection.query('SELECT * from users', function(err, rows, fields) { if ...
確定! 回上一頁