当连接完成后,调用connection.release()方法使连接返回到连接池,以便其他人可以再次使用。 var mysql = require('mysql'); var pool = mysql.createPool(...); pool ...
確定! 回上一頁