每次插入操作完后SELECT LAST_INSERT_ID(); 就获取了 如果是pdo操作insert$dbh_w->exec("insert.....");$id=$dbh_w->lastInsertId();就直接获取插入id了