forEach(function (result) { pool.query('insert into booklist set ?', result, function (err, result1) { if (err) throw err console.log(`insert ${result.id} ...
確定! 回上一頁