创建并使用连接池对象var mysql = require('mysql'); var pool = mysql.createPool({ host : 'localhost', port : 3306, database : 'test', ...
確定! 回上一頁