var pool = mysql.createPool({ connectionLimit: 7, host: 'localhost', user: 'root', password: '', database: 'todoapp' });.
確定! 回上一頁