將下面這段代碼改成:. module.exports=function (sql) { return new Promise(function (resolve, reject) { pool.getConnection(function(err,conn){ ...
確定! 回上一頁