const rows = await pool.query('SELECT * FROM users WHERE username = ?', [username]); if (rows.length > 0) {
確定! 回上一頁