Access the id of the object inserted after a prepared statement ... 尝试将 $result = $stmt->get_result(); 更改为 $result = $stmt->insert_id;.
確定! 回上一頁